From: Oleg Drokin Date: Thu, 30 Jul 2015 22:27:55 +0000 (-0400) Subject: staging/lustre: Drop SLAB_DESTROY_BY_RCU redefine, it's always defined X-Git-Tag: firefly_0821_release~176^2~1221^2~327 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=629819c7dedbbd6f38c075bb8aba1fe554be4cdb;p=firefly-linux-kernel-4.4.55.git 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 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 1a6b2fb5da86..38eda2391182 100644 --- a/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h +++ b/drivers/staging/lustre/lustre/include/linux/lustre_compat25.h @@ -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) {