git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8e25a8
)
ext4: remove useless s_dirt assignment
author
Artem Bityutskiy
<artem.bityutskiy@linux.intel.com>
Thu, 22 Mar 2012 02:30:06 +0000
(22:30 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 22 Mar 2012 02:30:06 +0000
(22:30 -0400)
Clean-up ext4 a tiny bit by removing useless s_dirt assignment in
'ext4_fill_super()' because a bit later we anyway call
'ext4_setup_super()' which writes the superblock to the media
unconditionally.
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found