* [PATCH -next] ext4: remove duplicated include from super.c
@ 2012-11-21 5:30 Wei Yongjun
2012-11-21 6:06 ` Zheng Liu
0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2012-11-21 5:30 UTC (permalink / raw)
To: tytso, adilger.kernel; +Cc: yongjun_wei, linux-ext4
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
fs/ext4/super.c | 1 -
1 file changed, 1 deletion(-)
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>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] ext4: remove duplicated include from super.c
2012-11-21 5:30 [PATCH -next] ext4: remove duplicated include from super.c Wei Yongjun
@ 2012-11-21 6:06 ` Zheng Liu
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Liu @ 2012-11-21 6:06 UTC (permalink / raw)
To: Wei Yongjun; +Cc: tytso, adilger.kernel, yongjun_wei, linux-ext4
On Wed, Nov 21, 2012 at 01:30:42PM +0800, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> Remove duplicated include.
Hi Yongjun,
Here is another patch to fix this problem.
http://article.gmane.org/gmane.comp.file-systems.ext4/35490/match
Thanks,
- Zheng
>
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
> fs/ext4/super.c | 1 -
> 1 file changed, 1 deletion(-)
>
> 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>
>
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-11-21 5:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-21 5:30 [PATCH -next] ext4: remove duplicated include from super.c Wei Yongjun
2012-11-21 6:06 ` Zheng Liu
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).