]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: reflow xfs_dec_freecounter
authorChristoph Hellwig <hch@lst.de>
Sun, 9 Feb 2025 04:33:43 +0000 (05:33 +0100)
committerChristoph Hellwig <hch@lst.de>
Thu, 13 Feb 2025 04:17:51 +0000 (05:17 +0100)
commit13ba24b490b1cac02df67ce64ca327738e33b98c
treea3927f48f74c3c6748cea417da4c603751b245b0
parent35010cc72acc468c98962f1056480a0a363eb1c3
xfs: reflow xfs_dec_freecounter

Let the successful allocation be the main path through the function
with exception handling in branches to make the code easier to
follow.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_mount.c