rpc_pipe: convert back to simple_dir_inode_operations
authorJeff Layton <jlayton@redhat.com>
Tue, 16 Jul 2013 13:16:45 +0000 (09:16 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 23 Jul 2013 22:18:53 +0000 (18:18 -0400)
commit275448eb10cfb2b09b34b0b08498a3401222b413
treeb0a5b06a1b1cfb6a234d3ef7353cffc2de5bf521
parentcc7936f9ad085351bc2ccb403c403392e1337050
rpc_pipe: convert back to simple_dir_inode_operations

Now that Al has fixed simple_lookup to account for the case where
sb->s_d_op is set, there's no need to keep our own special lookup op.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/rpc_pipe.c