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)
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>

No differences found