From: J. R. Okajima Date: Tue, 16 Jun 2009 16:16:50 +0000 (+0900) Subject: remove unlock_kernel() left accidentally X-Git-Tag: v2.6.31-rc1~292^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0895513f499b8f786d292ce48589ca210ca1d6e;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed