diff options
-rw-r--r-- | net/sunrpc/rpc_pipe.c | 4 |
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 | */ |
526 | static void | 526 | static void rpc_depopulate(struct dentry *parent, |
527 | rpc_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; |