On Sat, Jul 11, 2020 at 07:34:58AM +0000, YueHaibing wrote: > Remove duplicated include. > > Signed-off-by: YueHaibing <yuehaibing@xxxxxxxxxx> Looks ok, Reviewed-by: Darrick J. Wong <darrick.wong@xxxxxxxxxx> --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" > > > > > >