commit | cc3c92e7e79eb5f7f3ec4d5790ade384b7d294f7 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 30 14:58:22 2024 +0200 |
committer | Chandan Babu R <chandanbabu@kernel.org> | Fri May 03 11:15:03 2024 +0530 |
tree | 6f14dcd434649cfd773a00d02235ce41652bbd9a | |
parent | f7b9ee784511920545558db85da24d022fb2805f [diff] |
xfs: xfs_quota_unreserve_blkres can't fail Unreserving quotas can't fail due to quota limits, and we'll notice a shut down file system a bit later in all the callers anyway. Return void and remove the error checking and propagation in the callers. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: "Darrick J. Wong" <djwong@kernel.org> Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>