commit | 2565a11b224b68a222838d09623c6a398c4d5f6c | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 01 16:00:50 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri May 08 08:49:59 2020 -0700 |
tree | 62e6ee42388cc44d5ed4f590d37395e79ebb63b7 | |
parent | 3c6ba3cf90c7233359a190c5230a553d19fbc8ef [diff] |
xfs: remove log recovery quotaoff item dispatch for pass2 commit functions Quotaoff doesn't actually do anything, so take advantage of the commit_pass2 pointer being optional and get rid of the switch statement clause. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de>