commit | 114e9fc90703bd6aac0229fb559e97caa6c49770 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sat Apr 25 15:48:07 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat Apr 25 15:48:07 2009 -0400 |
tree | 722343de92b421c252a9e33b0e5e44955115080a | |
parent | 8df9675f8b498d0bfa1f0b5b06f56bf1ff366dd5 [diff] |
ext4: Remove outdated comment about lock_super() 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>