commit | 605e74e29218bb22edd5ddcf90a4d37df00446cc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 13 11:15:10 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Apr 15 09:35:50 2021 -0700 |
tree | 38b587fc33b7a5222c26518f47a29b8fa0320575 | |
parent | 2ac131df03d4f06bb0d825335663cc5064421993 [diff] |
xfs: simplify xfs_attr_remove_args Directly return from the subfunctions and avoid the error variable. Also remove the not really needed dp local variable. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Brian Foster <bfoster@redhat.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>