aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/read.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-08-04 09:56:40 -0700
committerLinus Torvalds <torvalds@g5.osdl.org>2006-08-04 09:56:40 -0700
commit3b445eeac4f292aeb14df50b272729d0924da937 (patch)
tree8f301134c8755f77bd09481d5165cd4a91b66ee5 /fs/nfs/read.c
parent12952784e5271374b7cb926501f51b9649bf5a2b (diff)
parent5c3e985a2c1908aa97221d3806f85ce7e2fbfa88 (diff)
downloadkernel_samsung_tuna-3b445eeac4f292aeb14df50b272729d0924da937.zip
kernel_samsung_tuna-3b445eeac4f292aeb14df50b272729d0924da937.tar.gz
kernel_samsung_tuna-3b445eeac4f292aeb14df50b272729d0924da937.tar.bz2
Merge branch 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6
* 'fixes' of git://git.linux-nfs.org/pub/linux/nfs-2.6: SUNRPC: Fix obvious refcounting bugs in rpc_pipefs. RPC: Ensure that we disconnect TCP socket when client requests error out NLM/lockd: remove b_done NFS: make 2 functions static NFS: Release dcache_lock in an error path of nfs_path
Diffstat (limited to 'fs/nfs/read.c')
-rw-r--r--fs/nfs/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/read.c b/fs/nfs/read.c
index 52bf634..65c0c5b 100644
--- a/fs/nfs/read.c
+++ b/fs/nfs/read.c
@@ -63,7 +63,7 @@ struct nfs_read_data *nfs_readdata_alloc(unsigned int pagecount)
return p;
}
-void nfs_readdata_free(struct nfs_read_data *p)
+static void nfs_readdata_free(struct nfs_read_data *p)
{
if (p && (p->pagevec != &p->page_array[0]))
kfree(p->pagevec);