commit | 61ef5230518a3ad224549a50a01b73989acb94b9 | [log] [tgz] |
---|---|---|
author | Kaixu Xia <kaixuxia@tencent.com> | Wed Sep 23 09:14:55 2020 -0700 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Fri Sep 25 11:34:08 2020 -0700 |
tree | 930278752e851838864def60f7c00e4d37e6f1a6 | |
parent | d6b8fc6c7afa0acebaef3e17e112227237e75745 [diff] |
xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local} Cleanup the typedef usage, the unnecessary parentheses, the unnecessary backslash and use the open-coded round_up call in xfs_attr_leaf_entsize_{remote,local}. Signed-off-by: Kaixu Xia <kaixuxia@tencent.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Christoph Hellwig <hch@lst.de>