diff options
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c index 9b9ea5045569..ad39b47e05bc 100644 --- a/net/sunrpc/rpc_pipe.c +++ b/net/sunrpc/rpc_pipe.c | |||
@@ -828,8 +828,7 @@ init_once(void * foo, struct kmem_cache * cachep, unsigned long flags) | |||
828 | { | 828 | { |
829 | struct rpc_inode *rpci = (struct rpc_inode *) foo; | 829 | struct rpc_inode *rpci = (struct rpc_inode *) foo; |
830 | 830 | ||
831 | if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == | 831 | if (flags & SLAB_CTOR_CONSTRUCTOR) { |
832 | SLAB_CTOR_CONSTRUCTOR) { | ||
833 | inode_init_once(&rpci->vfs_inode); | 832 | inode_init_once(&rpci->vfs_inode); |
834 | rpci->private = NULL; | 833 | rpci->private = NULL; |
835 | rpci->nreaders = 0; | 834 | rpci->nreaders = 0; |