diff options
Diffstat (limited to 'fs/nfs/nfs4filelayout.c')
-rw-r--r-- | fs/nfs/nfs4filelayout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4filelayout.c b/fs/nfs/nfs4filelayout.c index fc556d6b90f1..fbc5b42d1970 100644 --- a/fs/nfs/nfs4filelayout.c +++ b/fs/nfs/nfs4filelayout.c | |||
@@ -741,7 +741,7 @@ static const struct nfs_pageio_ops filelayout_pg_read_ops = { | |||
741 | static const struct nfs_pageio_ops filelayout_pg_write_ops = { | 741 | static const struct nfs_pageio_ops filelayout_pg_write_ops = { |
742 | .pg_init = filelayout_pg_init_write, | 742 | .pg_init = filelayout_pg_init_write, |
743 | .pg_test = filelayout_pg_test, | 743 | .pg_test = filelayout_pg_test, |
744 | .pg_doio = nfs_generic_pg_writepages, | 744 | .pg_doio = pnfs_generic_pg_writepages, |
745 | }; | 745 | }; |
746 | 746 | ||
747 | static bool filelayout_mark_pnfs_commit(struct pnfs_layout_segment *lseg) | 747 | static bool filelayout_mark_pnfs_commit(struct pnfs_layout_segment *lseg) |