ext3: Remove outdated comment about lock_super()
authorEric Sandeen <sandeen@redhat.com>
Mon, 14 Dec 2009 18:59:18 +0000 (12:59 -0600)
committerJan Kara <jack@suse.cz>
Wed, 23 Dec 2009 12:43:50 +0000 (13:43 +0100)
commited505ee454dbf133b1a4067d3ac0325d4261eda1
tree352720f71d096b838d7db68b2005a00ee4966a2e
parentdc52dd3a3a800e70b3440ea4424f8c87ab043e42
ext3: Remove outdated comment about lock_super()

ext3_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.

Port of ext4 commit 32ed5058ce90024efcd811254b4b1de0468099df by
Theodore Ts'o <tytso@mit.edu>.

CC: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/ext3/super.c