aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
diff options
context:
space:
mode:
authorOleg Drokin <green@linuxhacker.ru>2015-07-31 19:42:56 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-03 17:46:44 -0700
commit56ea686bb749d06bdb67cb95a873a87c5d1fc243 (patch)
treef1acce1c91fbb98ee910f46b9d0941d22821d539 /drivers/staging/lustre/lustre/include/linux/lustre_compat25.h
parentstaging/lustre: remove unused ll_quota_on and ll_quota_off (diff)
downloadlinux-dev-56ea686bb749d06bdb67cb95a873a87c5d1fc243.tar.xz
linux-dev-56ea686bb749d06bdb67cb95a873a87c5d1fc243.zip
staging/lustre: Drop FMODE_UNSIGNED_OFFSET define
It's not really used anywhere. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/lustre/include/linux/lustre_compat25.h')
-rw-r--r--drivers/staging/lustre/lustre/include/linux/lustre_compat25.h4
1 files changed, 0 insertions, 4 deletions
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