Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756829AbZKRJZQ (ORCPT ); Wed, 18 Nov 2009 04:25:16 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756693AbZKRJZO (ORCPT ); Wed, 18 Nov 2009 04:25:14 -0500 Received: from cantor.suse.de ([195.135.220.2]:42277 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756816AbZKRJZM (ORCPT ); Wed, 18 Nov 2009 04:25:12 -0500 From: Jan Blunck To: linux-fsdevel@vger.kernel.org Cc: Linux-Kernel Mailinglist , Andrew Morton , jkacur@redhat.com, Thomas Gleixner , Christoph Hellwig , Arnd Bergmann , matthew@wil.cx, Jan Blunck , Boaz Harrosh , Benny Halevy Subject: [PATCH 11/20] BKL: Remove BKL from exofs Date: Wed, 18 Nov 2009 10:24:44 +0100 Message-Id: <1258536293-7762-12-git-send-email-jblunck@suse.de> X-Mailer: git-send-email 1.6.4.2 In-Reply-To: <1258536293-7762-1-git-send-email-jblunck@suse.de> References: <1258536293-7762-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: 804 Lines: 28 We don't need the BKL in exofs. Signed-off-by: Boaz Harrosh Signed-off-by: Jan Blunck --- fs/exofs/super.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fs/exofs/super.c b/fs/exofs/super.c index 9f500de..11e35b1 100644 --- a/fs/exofs/super.c +++ b/fs/exofs/super.c @@ -31,7 +31,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include #include #include #include -- 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/