2009-12-13 14:06:55

by Huang Weiyi

[permalink] [raw]
Subject: [PATCH 6/6] ext4: remove unused #include <linux/version.h>

Remove unused #include <linux/version.h>('s) in
fs/ext4/block_validity.c

Signed-off-by: Huang Weiyi <[email protected]>
---
fs/ext4/block_validity.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/fs/ext4/block_validity.c b/fs/ext4/block_validity.c
index 4df8621..a60ab9a 100644
--- a/fs/ext4/block_validity.c
+++ b/fs/ext4/block_validity.c
@@ -16,7 +16,6 @@
#include <linux/module.h>
#include <linux/swap.h>
#include <linux/pagemap.h>
-#include <linux/version.h>
#include <linux/blkdev.h>
#include <linux/mutex.h>
#include "ext4.h"
--
1.6.1.3



2009-12-14 14:26:10

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH 6/6] ext4: remove unused #include <linux/version.h>

On Sun, Dec 13, 2009 at 10:06:38PM +0800, Huang Weiyi wrote:
> Remove unused #include <linux/version.h>('s) in
> fs/ext4/block_validity.c
>
> Signed-off-by: Huang Weiyi <[email protected]>
> ---
> fs/ext4/block_validity.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)

I was a tiny bit confused about why the subject line was 6/6; I assume
there were other related patches for different subsystems for patches
1-5?

I noticed that there was also an unused version.h #include'd in
fs/ext4/mballoc.h which I also removed at the same time.

Applied to the ext4 patch queue, thanks.

- Ted