]> git.baikalelectronics.ru Git - kernel.git/commit
NFS: fix the return value of nfs_file_fsync()
authorJ. R. Okajima <hooanon05@yahoo.co.jp>
Wed, 11 Aug 2010 17:10:16 +0000 (13:10 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 11 Aug 2010 17:10:16 +0000 (13:10 -0400)
commit7912cec36d4afa479394d77f6e69aed47705451f
treeebbee6ecfe26f139f44aa3b973f4728ebc9d11a9
parentca509cd53b0883919db837925be884aba435c25b
NFS: fix the return value of nfs_file_fsync()

By the commit 5238265 2010-08-03 NFS: Fix up the fsync code
close(2) became returning the non-zero value even if it went well.
nfs_file_fsync() should return 0 when "status" is positive.

Signed-off-by: J. R. Okajima <hooanon05@yahoo.co.jp>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/file.c