Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754359AbZKBKG6 (ORCPT ); Mon, 2 Nov 2009 05:06:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754335AbZKBKG5 (ORCPT ); Mon, 2 Nov 2009 05:06:57 -0500 Received: from cantor.suse.de ([195.135.220.2]:47213 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754219AbZKBKG4 (ORCPT ); Mon, 2 Nov 2009 05:06:56 -0500 From: Jan Blunck To: linux-fsdevel@vger.kernel.org Cc: Matthew Wilcox , linux-kernel@vger.kernel.org, Jan Blunck , Alexander Viro , Christoph Hellwig , Jan Kara , Andrew Morton Subject: [PATCH 02/27] BKL: Remove outdated comment and include Date: Mon, 2 Nov 2009 11:04:42 +0100 Message-Id: <1257156307-24175-3-git-send-email-jblunck@suse.de> X-Mailer: git-send-email 1.6.4.2 In-Reply-To: <1257156307-24175-1-git-send-email-jblunck@suse.de> References: <1257156307-24175-1-git-send-email-jblunck@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 37 remount_fs does not need lock_kernel() anymore since that was pushed down some time ago. Since nothing needs smp_lock.h anymore lets remove it. Signed-off-by: Jan Blunck --- fs/super.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/fs/super.c b/fs/super.c index 19eb70b..6fe4611 100644 --- a/fs/super.c +++ b/fs/super.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include @@ -618,8 +617,6 @@ static void do_emergency_remount(struct work_struct *work) down_write(&sb->s_umount); if (sb->s_root && sb->s_bdev && !(sb->s_flags & MS_RDONLY)) { /* - * ->remount_fs needs lock_kernel(). - * * What lock protects sb->s_flags?? */ do_remount_sb(sb, MS_RDONLY, NULL, 1); -- 1.6.4.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/