xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 14 Jul 2020 17:37:34 +0000 (10:37 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 29 Jul 2020 03:24:14 +0000 (20:24 -0700)
commit12d720fb864547922ad4bf53120de72a91807999
tree8312a4d4f4a6521fbf019833a55e61071d8c6940
parentd92c881538c40a18d0a86193898fc0b6e2598aa0
xfs: assume the default quota limits are always set in xfs_qm_adjust_dqlimits

We always initialize the default quota limits to something nowadays, so
we don't need to check that the defaults are set to something before
using them.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
fs/xfs/xfs_dquot.c