diff options
author | Dave Chinner <david@fromorbit.com> | 2022-05-12 15:23:07 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2022-05-12 15:23:07 +1000 |
commit | efd409a4329f6927795be5ae080cd3ec8c014f49 (patch) | |
tree | b4fc7e39dbe9a94ec0a74f22760624fc7a752202 /fs/xfs/libxfs | |
parent | 45ff8b471cdc58701a7ba5c5dcd8dfc57ae06829 (diff) | |
parent | 5349b2afc117d87d35502f2fe1930692d6bfc68b (diff) | |
download | linux-efd409a4329f6927795be5ae080cd3ec8c014f49.tar.bz2 |
Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-next
Diffstat (limited to 'fs/xfs/libxfs')
-rw-r--r-- | fs/xfs/libxfs/xfs_quota_defs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_quota_defs.h b/fs/xfs/libxfs/xfs_quota_defs.h index 3076cd74fcaa..cb035da3f990 100644 --- a/fs/xfs/libxfs/xfs_quota_defs.h +++ b/fs/xfs/libxfs/xfs_quota_defs.h @@ -16,7 +16,6 @@ * and quota-limits. This is a waste in the common case, but hey ... */ typedef uint64_t xfs_qcnt_t; -typedef uint16_t xfs_qwarncnt_t; typedef uint8_t xfs_dqtype_t; |