From: Theodore Ts'o Date: Fri, 17 Aug 2012 23:08:42 +0000 (-0400) Subject: ext4: drop lock_super()/unlock_super() X-Git-Tag: v3.7-rc1~91^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07724f98978ad39386a3996a4e1b6780489a4dda;p=pandora-kernel.git ext4: drop lock_super()/unlock_super() We don't need lock_super()/unlock_super() any more, since the places where it is used, we are protected by the s_umount r/w semaphore. Signed-off-by: "Theodore Ts'o" Cc: Marco Stornelli --- Reading git-diff-tree failed