From: Oleg Drokin Date: Fri, 31 Jul 2015 23:42:56 +0000 (-0400) Subject: staging/lustre: Drop FMODE_UNSIGNED_OFFSET define X-Git-Tag: v4.3-rc1~158^2~265 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=56ea686bb749d06bdb67cb95a873a87c5d1fc243;p=karo-tx-linux.git staging/lustre: Drop FMODE_UNSIGNED_OFFSET define It's not really used anywhere. Signed-off-by: Oleg Drokin Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h index 9739611091aa..b37856c66f03 100644 --- a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h +++ b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h @@ -90,10 +90,6 @@ # 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