[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080811104916.GB24625@duck.suse.cz>
Date: Mon, 11 Aug 2008 12:49:16 +0200
From: Jan Kara <jack@...e.cz>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Huang Weiyi <weiyi.huang@...il.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: [PATCH] reiserfs: removed duplicated #include
From: Huang Weiyi <weiyi.huang@...il.com>
Removed duplicated #include <linux/quotaops.h> in
fs/reiserfs/super.c.
Signed-off-by: Huang Weiyi <weiyi.huang@...il.com>
Signed-off-by: Jan Kara <jack@...e.cz>
---
Just forwarding from LKML so that you don't miss it. Please apply. Thanks.
diff --git a/fs/reiserfs/super.c b/fs/reiserfs/super.c
index 282a135..d318c7e 100644
--- a/fs/reiserfs/super.c
+++ b/fs/reiserfs/super.c
@@ -27,7 +27,6 @@
#include <linux/mnt_namespace.h>
#include <linux/mount.h>
#include <linux/namei.h>
-#include <linux/quotaops.h>
struct file_system_type reiserfs_fs_type;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists