diff options
author | Dave Chinner <david@fromorbit.com> | 2022-05-23 01:55:09 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-23 01:55:09 +0300 |
commit | ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95 (patch) | |
tree | 40fa149944c002cca9c7e3480c2fb47d7836bcac /fs/xfs/xfs_attr_item.c | |
parent | 4183e4f27f402d712bccab30588a6fe7575963c0 (diff) | |
parent | 73c348d4ab5c34aa2186071e66eaa5700d35e104 (diff) | |
download | linux-ab6a8d3f1a2a85dea5b300fd63b7033cb1040a95.tar.xz |
Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/xfs_attr_item.c')
-rw-r--r-- | fs/xfs/xfs_attr_item.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_attr_item.c b/fs/xfs/xfs_attr_item.c index 028c358a7c90..4a28c2d77070 100644 --- a/fs/xfs/xfs_attr_item.c +++ b/fs/xfs/xfs_attr_item.c @@ -22,7 +22,6 @@ #include "xfs_attr.h" #include "xfs_attr_item.h" #include "xfs_trace.h" -#include "xfs_inode.h" #include "xfs_trans_space.h" #include "xfs_errortag.h" #include "xfs_error.h" |