linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c
@ 2012-11-19 11:17 Sachin Kamat
  2012-11-19 13:39 ` Zheng Liu
  0 siblings, 1 reply; 9+ messages in thread
From: Sachin Kamat @ 2012-11-19 11:17 UTC (permalink / raw)
  To: linux-ext4; +Cc: tytso, adilger.kernel, sachin.kamat, patches

ext4_extents.h was included twice.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 fs/ext4/super.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/super.c b/fs/ext4/super.c
index ad6cd8a..c8a6138 100644
--- a/fs/ext4/super.c
+++ b/fs/ext4/super.c
@@ -50,7 +50,6 @@
 #include "xattr.h"
 #include "acl.h"
 #include "mballoc.h"
-#include "ext4_extents.h"
 
 #define CREATE_TRACE_POINTS
 #include <trace/events/ext4.h>
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-11-28 18:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-19 11:17 [PATCH 1/1] ext4: Remove duplicate inclusion of ext4_extents.h in super.c Sachin Kamat
2012-11-19 13:39 ` Zheng Liu
2012-11-19 15:00   ` Theodore Ts'o
2012-11-19 16:22     ` Zheng Liu
2012-11-19 15:06   ` Sachin Kamat
2012-11-19 16:23     ` Zheng Liu
2012-11-22  5:13       ` Sachin Kamat
2012-11-27  3:37         ` Sachin Kamat
2012-11-28 18:08           ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).