From: Christoph Hellwig Date: Fri, 19 Jun 2009 08:30:07 +0000 (+0200) Subject: reiserfs: remove stray unlock_super in reiserfs_resize X-Git-Tag: v2.6.31-rc1~13^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5450d9c84bdd38b261922057cd167da51dfae93;p=pandora-kernel.git reiserfs: remove stray unlock_super in reiserfs_resize Reiserfs doesn't use lock_super anywhere internally, and ->remount_fs which calls reiserfs_resize does have it currently but also expects it to be held on return, so there's no business for the unlock_super here. Signed-off-by: Christoph Hellwig Acked by Edward Shishkin Signed-off-by: Al Viro --- Reading git-diff-tree failed