]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 15 Nov 2006 22:31:56 +0000 (17:31 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 6 Dec 2006 15:46:28 +0000 (10:46 -0500)
commite8e058e830f46a76f837522e5e2df46d4303111f
tree3d6b6e1efcab646902caf4322c277c82577a3a60
parentcf1308ff7829017dab0dbcc817c63dc9c212923e
NFS: Fix nfs_sync_inode_wait(FLUSH_INVALIDATE)

Currently nfs_sync_inode_wait() will fail to loop correctly when we call
nfs_sync_inode_wait with the FLUSH_INVALIDATE argument.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/write.c