]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging/lustre: Drop FMODE_UNSIGNED_OFFSET define
authorOleg Drokin <green@linuxhacker.ru>
Fri, 31 Jul 2015 23:42:56 +0000 (19:42 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Aug 2015 00:46:44 +0000 (17:46 -0700)
It's not really used anywhere.

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/include/linux/lustre_compat25.h

index 9739611091aa9b2cf7f255dbeba7b1fc7722ed55..b37856c66f038aba1131203a3a0166b5510551ad 100644 (file)
 # define NO_QUOTA (-EDQUOT)
 #endif
 
-#ifndef FMODE_UNSIGNED_OFFSET
-#define FMODE_UNSIGNED_OFFSET  ((__force fmode_t)0x2000)
-#endif
-
 #if !defined(_ASM_GENERIC_BITOPS_EXT2_NON_ATOMIC_H_) && !defined(ext2_set_bit)
 # define ext2_set_bit       __test_and_set_bit_le
 # define ext2_clear_bit           __test_and_clear_bit_le