diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-02 11:29:14 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-10-02 11:34:29 -0400 |
commit | 6f018efac14eb267d3ba0aa4294594b556147dba (patch) | |
tree | 2c44bdd222be27fea52bc3f83cf2be9e151ecf69 /fs/nfs/blocklayout/blocklayout.c | |
parent | 4e437e95ae8fce164a97f4d67866c9a7e7ed9335 (diff) |
NFSv4.1: bl_pg_init_write should be static
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/blocklayout/blocklayout.c')
-rw-r--r-- | fs/nfs/blocklayout/blocklayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/blocklayout/blocklayout.c b/fs/nfs/blocklayout/blocklayout.c index af3ef0e68491..a34014a7f9a5 100644 --- a/fs/nfs/blocklayout/blocklayout.c +++ b/fs/nfs/blocklayout/blocklayout.c | |||
@@ -1204,7 +1204,7 @@ bl_pg_test_read(struct nfs_pageio_descriptor *pgio, struct nfs_page *prev, | |||
1204 | return pnfs_generic_pg_test(pgio, prev, req); | 1204 | return pnfs_generic_pg_test(pgio, prev, req); |
1205 | } | 1205 | } |
1206 | 1206 | ||
1207 | void | 1207 | static void |
1208 | bl_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) | 1208 | bl_pg_init_write(struct nfs_pageio_descriptor *pgio, struct nfs_page *req) |
1209 | { | 1209 | { |
1210 | if (pgio->pg_dreq != NULL && | 1210 | if (pgio->pg_dreq != NULL && |