]> git.karo-electronics.de Git - mv-sheeva.git/commit
NFS: nfs_rename() should not have to flush out writebacks
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 31 Jul 2010 18:29:06 +0000 (14:29 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 4 Aug 2010 02:06:41 +0000 (22:06 -0400)
commit0a8ebba943dd89bdd57c5dab5a66932f690847d9
treeb7ef484c9ecb62ebae09c6739fe016d9954cf243
parent1b924e5f878e3cd62a20bd8dbf3b911a40185a99
NFS: nfs_rename() should not have to flush out writebacks

We don't really support nfs servers that invalidate the file handle after a
rename, so precautions such as flushing out dirty data before renaming the
file are superfluous.

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