commit | eac69e167665d342b741986e9d0b53a0a26a6608 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon May 14 06:34:32 2018 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Tue May 15 17:57:05 2018 -0700 |
tree | 425a9d5b4bcb303706fa4f88a636e81f9e842948 | |
parent | 689e11c84b15866619e7582486acacaf79d7e3e2 [diff] |
xfs: refactor quota limits initialization Replace all the if (!error) weirdness with helper functions that follow our regular coding practices, and factor out the ternary expression soup. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>