aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/sunrpc/rpc_pipe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/sunrpc/rpc_pipe.c b/net/sunrpc/rpc_pipe.c
index 19b44e53e421..7e197168a245 100644
--- a/net/sunrpc/rpc_pipe.c
+++ b/net/sunrpc/rpc_pipe.c
@@ -523,8 +523,8 @@ rpc_get_inode(struct super_block *sb, int mode)
523/* 523/*
524 * FIXME: This probably has races. 524 * FIXME: This probably has races.
525 */ 525 */
526static void 526static void rpc_depopulate(struct dentry *parent,
527rpc_depopulate(struct dentry *parent, int start, int eof) 527 unsigned long start, unsigned long eof)
528{ 528{
529 struct inode *dir = parent->d_inode; 529 struct inode *dir = parent->d_inode;
530 struct list_head *pos, *next; 530 struct list_head *pos, *next;