staging/lustre: Drop SEEK_* definition checks

SEEK_DATA and SEEK_HOLE are always defined in the kernel,
drop the definition checks

Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Oleg Drokin 2015-07-31 19:42:54 -04:00 committed by Greg Kroah-Hartman
parent 08582d83e5
commit c625ae0713
1 changed files with 0 additions and 7 deletions

View File

@ -121,13 +121,6 @@ static inline int ll_quota_off(struct super_block *sb, int off, int remount)
# define NO_QUOTA (-EDQUOT)
#endif
#ifndef SEEK_DATA
#define SEEK_DATA 3 /* seek to the next data */
#endif
#ifndef SEEK_HOLE
#define SEEK_HOLE 4 /* seek to the next hole */
#endif
#ifndef FMODE_UNSIGNED_OFFSET
#define FMODE_UNSIGNED_OFFSET ((__force fmode_t)0x2000)
#endif