diff options
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index 4e93d6308733..aaad337962d0 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -618,7 +618,8 @@ static int nfs_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr) | |||
618 | } | 618 | } |
619 | 619 | ||
620 | static void nfs_proc_write_setup(struct nfs_pgio_header *hdr, | 620 | static void nfs_proc_write_setup(struct nfs_pgio_header *hdr, |
621 | struct rpc_message *msg) | 621 | struct rpc_message *msg, |
622 | struct rpc_clnt **clnt) | ||
622 | { | 623 | { |
623 | /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */ | 624 | /* Note: NFSv2 ignores @stable and always uses NFS_FILE_SYNC */ |
624 | hdr->args.stable = NFS_FILE_SYNC; | 625 | hdr->args.stable = NFS_FILE_SYNC; |