projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e29d50
)
btrfs: remove junk sb_dirt change
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Mon, 5 Jul 2010 12:15:02 +0000
(15:15 +0300)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:48:55 +0000
(16:48 -0400)
BTRFS does not define a '->write_super()' method, so it should
not mark its superblock as dirty. This looks like some left-over.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Acked-by: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/inode.c
patch
|
blob
|
history
diff --git
a/fs/btrfs/inode.c
b/fs/btrfs/inode.c
index 2c54f04a0bf5e408f7e3fb0807a79568bf8ebcb0..8976c3343a96aba71b508e54cf395ca75e0edaa2 100644
(file)
--- a/
fs/btrfs/inode.c
+++ b/
fs/btrfs/inode.c
@@
-2938,7
+2938,6
@@
int btrfs_unlink_subvol(struct btrfs_trans_handle *trans,
dir->i_mtime = dir->i_ctime = CURRENT_TIME;
ret = btrfs_update_inode(trans, root, dir);
BUG_ON(ret);
- dir->i_sb->s_dirt = 1;
btrfs_free_path(path);
return 0;