commit | b0895513f499b8f786d292ce48589ca210ca1d6e | [log] [tgz] |
---|---|---|
author | J. R. Okajima <hooanon05@yahoo.co.jp> | Wed Jun 17 01:16:50 2009 +0900 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jun 17 00:36:35 2009 -0400 |
tree | e7e7e684f19a930ca029afa08396aa5170e7fb3d | |
parent | 210ad6aedb332e73167ece5af9bd47f0da8c2aca [diff] |
remove unlock_kernel() left accidentally commit 337eb00a2c3a421999c39c94ce7e33545ee8baa7 Push BKL down into ->remount_fs() and commit 4aa98cf768b6f2ea4b204620d949a665959214f6 Push BKL down into do_remount_sb() were uncorrectly merged. The former removes one pair of lock/unlock_kernel(), but the latter adds several unlock_kernel(). Finally a few unlock_kernel() calls left. Signed-off-by: J. R. Okajima <hooanon05@yahoo.co.jp> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>