Message ID | 20200711073458.27029-1-yuehaibing@huawei.com (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | [-next] xfs: remove duplicated include from xfs_buf_item.c | expand |
On 7/11/20 00:31, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing<yuehaibing@huawei.com> Looks good to me. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
On Sat, Jul 11, 2020 at 07:34:58AM +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing <yuehaibing@huawei.com> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> --D > --- > fs/xfs/xfs_buf_item.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c > index e9428c30862a..ed1bf1d99483 100644 > --- a/fs/xfs/xfs_buf_item.c > +++ b/fs/xfs/xfs_buf_item.c > @@ -19,7 +19,6 @@ > #include "xfs_quota.h" > #include "xfs_dquot_item.h" > #include "xfs_dquot.h" > -#include "xfs_trans_priv.h" > #include "xfs_trace.h" > #include "xfs_log.h" > > > > > >
diff --git a/fs/xfs/xfs_buf_item.c b/fs/xfs/xfs_buf_item.c index e9428c30862a..ed1bf1d99483 100644 --- a/fs/xfs/xfs_buf_item.c +++ b/fs/xfs/xfs_buf_item.c @@ -19,7 +19,6 @@ #include "xfs_quota.h" #include "xfs_dquot_item.h" #include "xfs_dquot.h" -#include "xfs_trans_priv.h" #include "xfs_trace.h" #include "xfs_log.h"
Remove duplicated include. Signed-off-by: YueHaibing <yuehaibing@huawei.com> --- fs/xfs/xfs_buf_item.c | 1 - 1 file changed, 1 deletion(-)