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:
8df9675
)
ext4: Remove outdated comment about lock_super()
author
Theodore Ts'o
<tytso@mit.edu>
Sat, 25 Apr 2009 19:48:07 +0000
(15:48 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Sat, 25 Apr 2009 19:48:07 +0000
(15:48 -0400)
ext4_fill_super() is no longer called by read_super(), and it is no
longer called with the superblock locked. The
unlock_super()/lock_super() is no longer present, so this comment is
entirely superfluous.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
No differences found