staging/lustre: Drop SLAB_DESTROY_BY_RCU redefine, it's always defined
SLAB_DESTROY_BY_RCU is always defined in kernel slab.h, so no point in checking for it. Signed-off-by: Oleg Drokin <oleg.drokin@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5c8eae72ff
commit
629819c7de
1 changed files with 0 additions and 6 deletions
|
@ -69,12 +69,6 @@
|
|||
# define inode_dio_read(i) atomic_inc(&(i)->i_dio_count)
|
||||
/* inode_dio_done(i) use as-is for read unlock */
|
||||
|
||||
#ifndef SLAB_DESTROY_BY_RCU
|
||||
#define SLAB_DESTROY_BY_RCU 0
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
static inline int
|
||||
ll_quota_on(struct super_block *sb, int off, int ver, char *name, int remount)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue