From: Eric Sandeen Date: Mon, 14 Dec 2009 18:59:18 +0000 (-0600) Subject: ext3: Remove outdated comment about lock_super() X-Git-Tag: v2.6.33-rc2~18^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed505ee454dbf133b1a4067d3ac0325d4261eda1;p=pandora-kernel.git 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 . CC: Theodore Ts'o Signed-off-by: Eric Sandeen Signed-off-by: Jan Kara --- Reading git-diff-tree failed