]> git.baikalelectronics.ru Git - kernel.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)
commit80426cdb6227e3fba0c375ab439c5e086ac86444
treed6850be9fc50c5ee2b23b0aa21ea4c60ad98afb4
parentbf1e964228431318335c40ac79fbd6b8e20edfc1
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 [new file with mode: 0644]
drivers/staging/lustre/lustre/libcfs/Makefile
drivers/staging/lustre/lustre/libcfs/libcfs_string.c
drivers/staging/lustre/lustre/libcfs/nidstrings.c [deleted file]