]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: lustre: libcfs: discard MAX_NUMERIC_VALUE
authorNeilBrown <neilb@suse.com>
Wed, 13 Dec 2017 03:15:55 +0000 (14:15 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:32:13 +0000 (12:32 +0100)
This is unused.
drivers/staging/lustre/lnet/lnet/nidstrings.c does use the name,
but it includes its own local definition.

Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/include/linux/libcfs/libcfs_private.h

index 27d40a7589d41404695e185f741ddc522748b21d..d32ce68e6c5804d8aa88eb194c3a7b7d1ccbc8cf 100644 (file)
@@ -227,9 +227,6 @@ do {                                                            \
 #define CFS_ALLOC_PTR(ptr)      LIBCFS_ALLOC(ptr, sizeof(*(ptr)))
 #define CFS_FREE_PTR(ptr)       LIBCFS_FREE(ptr, sizeof(*(ptr)))
 
-/* max value for numeric network address */
-#define MAX_NUMERIC_VALUE 0xffffffff
-
 /* implication */
 #define ergo(a, b) (!(a) || (b))
 /* logical equivalence */