Searched hist:"63337 b63e7dab667bc0b4c3d468eb7e0dcf5f384" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_inode.c | diff 63337b63e7dab667bc0b4c3d468eb7e0dcf5f384 Fri Mar 27 10:28:39 CDT 2020 Kaixu Xia <kaixuxia@tencent.com> xfs: remove unnecessary ternary from xfs_create
Since the "no-allocation" reservations for file creations has been removed, the resblks value should be larger than zero, so remove unnecessary ternary conditional.
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> [darrick: s/judgment/ternary/] Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
|