aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/rpc_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sunrpc/rpc_pipe.c')
-rw-r--r--net/sunrpc/rpc_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index c5f6812ca06a..61239a2cb786 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -493,7 +493,7 @@ rpc_lookup(struct inode *dir, struct dentry *dentry, unsigned int flags)
493 return NULL; 493 return NULL;
494} 494}
495 495
496const struct inode_operations rpc_dir_inode_operations = { 496static const struct inode_operations rpc_dir_inode_operations = {
497 .lookup = rpc_lookup, 497 .lookup = rpc_lookup,
498}; 498};
499 499