aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/filelayout/filelayout.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/filelayout/filelayout.c')
-rw-r--r--fs/nfs/filelayout/filelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/filelayout/filelayout.c b/fs/nfs/filelayout/filelayout.c
index bb1f4e7a3270..3384dc8e6683 100644
--- a/fs/nfs/filelayout/filelayout.c
+++ b/fs/nfs/filelayout/filelayout.c
@@ -971,7 +971,7 @@ filelayout_mark_request_commit(struct nfs_page *req,
971 u32 i, j; 971 u32 i, j;
972 972
973 if (fl->commit_through_mds) { 973 if (fl->commit_through_mds) {
974 nfs_request_add_commit_list(req, &cinfo->mds->list, cinfo); 974 nfs_request_add_commit_list(req, cinfo);
975 } else { 975 } else {
976 /* Note that we are calling nfs4_fl_calc_j_index on each page 976 /* Note that we are calling nfs4_fl_calc_j_index on each page
977 * that ends up being committed to a data server. An attractive 977 * that ends up being committed to a data server. An attractive