diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-06-06 14:01:47 -0400 |
---|---|---|
committer | Eric Van Hensbergen <ericvh@gmail.com> | 2011-07-23 10:32:47 -0400 |
commit | 2053d67c5451d92a3ddf58d944e1d6b0efc9c419 (patch) | |
tree | 4bac13af2eadcc09c08205cb9bc82016a5959dd8 /fs/9p | |
parent | b85f7d92d7bd7e3298159e8b1eed8cb8cbbb0348 (diff) |
fs/9p: remove rename work around in 9p
Now that VFS does the right thing remove the work around.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Eric Van Hensbergen <ericvh@gmail.com>
Diffstat (limited to 'fs/9p')
-rw-r--r-- | fs/9p/vfs_inode.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/9p/vfs_inode.c b/fs/9p/vfs_inode.c index 7f9976a866e9..a5a95372cd68 100644 --- a/fs/9p/vfs_inode.c +++ b/fs/9p/vfs_inode.c | |||
@@ -889,11 +889,6 @@ clunk_newdir: | |||
889 | clear_nlink(new_inode); | 889 | clear_nlink(new_inode); |
890 | else | 890 | else |
891 | drop_nlink(new_inode); | 891 | drop_nlink(new_inode); |
892 | /* | ||
893 | * Work around vfs rename rehash bug with | ||
894 | * FS_RENAME_DOES_D_MOVE | ||
895 | */ | ||
896 | v9fs_invalidate_inode_attr(new_inode); | ||
897 | } | 892 | } |
898 | if (S_ISDIR(old_inode->i_mode)) { | 893 | if (S_ISDIR(old_inode->i_mode)) { |
899 | if (!new_inode) | 894 | if (!new_inode) |