]> git.karo-electronics.de Git - linux-beck.git/commit
staging: lustre: move nidstring handling to LNet layer
authorJames Simmons <jsimmons@infradead.org>
Thu, 22 Oct 2015 01:52:40 +0000 (21:52 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 01:52:21 +0000 (18:52 -0700)
commit47ca6ec2673eff06e6befab2c04528c5b1f3c5bb
treed6850be9fc50c5ee2b23b0aa21ea4c60ad98afb4
parenta1dfc93af0462117db3754846d386e7c47144709
staging: lustre: move nidstring handling to LNet layer

Moved the source file nidstring.c from libcfs to lnet
since that is the only place it is used. With the
move of nidstring to lnet some functions in libcfs
need to be exported. In later patches those functions
that are only used by LNet also will be moved to the
LNet layer. Also add in missing MAX_NUMERIC_VALUE
defination.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lnet/lnet/Makefile
drivers/staging/lustre/lnet/lnet/nidstrings.c [moved from drivers/staging/lustre/lustre/libcfs/nidstrings.c with 99% similarity]
drivers/staging/lustre/lustre/libcfs/Makefile
drivers/staging/lustre/lustre/libcfs/libcfs_string.c