commit | e1552e199857109d4b25b9163eff4646726eee3d | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Sat Apr 14 19:07:28 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sat Apr 14 21:46:47 2007 -0700 |
tree | 344af8502076a414c7b579bc33e0c98f21a20b2c | |
parent | c9c57929d23e44f258d1b6e7f089e72c85f0bd1c [diff] |
NFS: Fix an Oops in nfs_setattr() It looks like nfs_setattr() and nfs_rename() also need to test whether the target is a regular file before calling nfs_wb_all()... Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>