From a3db0e5e17a5185489b2adff7de676fb3b318537 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 26 Oct 2007 13:31:04 -0400 Subject: [PATCH] --- yaml --- r: 79603 b: refs/heads/master c: 9b45b74ce2234ca15131ec0725010c1da818df05 h: refs/heads/master i: 79601: e3958fcb47af85447e803c67b4c02952f7ce3b5a 79599: c5a01fa4bdeeaf8e4065041d1ce010962a2cab77 v: v3 --- [refs] | 2 +- trunk/net/sunrpc/rpc_pipe.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index ac4c7fae5243..2d02c08d2ee4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 322e2efe6224be5de2852a7fddfac5cf11317af3 +refs/heads/master: 9b45b74ce2234ca15131ec0725010c1da818df05 diff --git a/trunk/net/sunrpc/rpc_pipe.c b/trunk/net/sunrpc/rpc_pipe.c index 19b44e53e421..7e197168a245 100644 --- a/trunk/net/sunrpc/rpc_pipe.c +++ b/trunk/net/sunrpc/rpc_pipe.c @@ -523,8 +523,8 @@ rpc_get_inode(struct super_block *sb, int mode) /* * FIXME: This probably has races. */ -static void -rpc_depopulate(struct dentry *parent, int start, int eof) +static void rpc_depopulate(struct dentry *parent, + unsigned long start, unsigned long eof) { struct inode *dir = parent->d_inode; struct list_head *pos, *next;