xfs: fix up some whitespace in quota code

There is a fair bit of whitespace damage in the quota code, so
fix up enough of it that subsequent patches are restricted to
functional change to aid review.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Allison Collins <allison.henderson@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Eric Sandeen 2020-05-21 13:07:00 -07:00 committed by Darrick J. Wong
parent dcf1ccc99e
commit 8d077f5bfc
2 changed files with 26 additions and 26 deletions

View File

@ -72,7 +72,7 @@ struct xfs_quotainfo {
xfs_qwarncnt_t qi_rtbwarnlimit;/* limit for rt blks warnings */ xfs_qwarncnt_t qi_rtbwarnlimit;/* limit for rt blks warnings */
struct mutex qi_quotaofflock;/* to serialize quotaoff */ struct mutex qi_quotaofflock;/* to serialize quotaoff */
xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */ xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
uint qi_dqperchunk; /* # ondisk dqs in above chunk */ uint qi_dqperchunk; /* # ondisk dq in above chunk */
struct xfs_def_quota qi_usr_default; struct xfs_def_quota qi_usr_default;
struct xfs_def_quota qi_grp_default; struct xfs_def_quota qi_grp_default;
struct xfs_def_quota qi_prj_default; struct xfs_def_quota qi_prj_default;