]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: drop lock_super()/unlock_super()
authorTheodore Ts'o <tytso@mit.edu>
Fri, 17 Aug 2012 23:08:42 +0000 (19:08 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 17 Aug 2012 23:08:42 +0000 (19:08 -0400)
commit97ffd820881c5b4e25a5ea7aa734b2c3df6dc7e2
tree76e18d2a8044b73793d6e09cfefaf23c247ced79
parentbdcc7b332fd4e4e9bad29bea173dc481f7554f87
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" <tytso@mit.edu>
Cc: Marco Stornelli <marco.stornelli@gmail.com>
fs/ext4/super.c