Re: [PATCH -next] xfs: remove duplicated include

2019-06-27 Thread Darrick J. Wong
On Thu, Jun 27, 2019 at 03:33:23PM +0800, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing NAK, Eric Sandeen already sent this to the list. --D > --- > fs/xfs/xfs_extfree_item.c | 1 - > fs/xfs/xfs_filestream.c | 1 - > fs/xfs/xfs_pnfs.c | 1 - > 3 files

[PATCH -next] xfs: remove duplicated include

2019-06-27 Thread YueHaibing
Remove duplicated include. Signed-off-by: YueHaibing --- fs/xfs/xfs_extfree_item.c | 1 - fs/xfs/xfs_filestream.c | 1 - fs/xfs/xfs_pnfs.c | 1 - 3 files changed, 3 deletions(-) diff --git a/fs/xfs/xfs_extfree_item.c b/fs/xfs/xfs_extfree_item.c index 99fd40eb..e515506 100644 ---

Re: [PATCH -next] xfs: remove duplicated include from xfs_bmap.c

2013-10-20 Thread Dave Chinner
On Mon, Oct 21, 2013 at 10:56:15AM +0800, Wei Yongjun wrote: > From: Wei Yongjun > > Remove duplicated include. > > Signed-off-by: Wei Yongjun That's fixed in a series of patches that has already been posted for review. See: http://oss.sgi.com/archives/xfs/2013-10/msg00374.html Cheers,

[PATCH -next] xfs: remove duplicated include from xfs_bmap.c

2013-10-20 Thread Wei Yongjun
From: Wei Yongjun Remove duplicated include. Signed-off-by: Wei Yongjun --- fs/xfs/xfs_bmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index e6b4202..92b97f7 100644 --- a/fs/xfs/xfs_bmap.c +++ b/fs/xfs/xfs_bmap.c @@ -34,7 +34,6 @@ #include

[PATCH -next] xfs: remove duplicated include from xfs_bmap.c

2013-10-20 Thread Wei Yongjun
From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove duplicated include. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn --- fs/xfs/xfs_bmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/xfs_bmap.c b/fs/xfs/xfs_bmap.c index e6b4202..92b97f7 100644 ---

Re: [PATCH -next] xfs: remove duplicated include from xfs_bmap.c

2013-10-20 Thread Dave Chinner
On Mon, Oct 21, 2013 at 10:56:15AM +0800, Wei Yongjun wrote: From: Wei Yongjun yongjun_...@trendmicro.com.cn Remove duplicated include. Signed-off-by: Wei Yongjun yongjun_...@trendmicro.com.cn That's fixed in a series of patches that has already been posted for review. See: