Shorten a conditional to a single line.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
nametable_clear();
/* copy extended attributes if they exist and forkoff is valid */
- if (success &&
- XFS_DFORK_DSIZE(dip, mp) < XFS_LITINO(mp)) {
+ if (success && XFS_DFORK_DSIZE(dip, mp) < XFS_LITINO(mp)) {
attr_data.remote_val_count = 0;
switch (dip->di_aformat) {
case XFS_DINODE_FMT_LOCAL: