]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: cleanup xfs_ilock_iocb_for_write
authorChristoph Hellwig <hch@lst.de>
Sun, 23 Jun 2024 05:44:27 +0000 (07:44 +0200)
committerChandan Babu R <chandanbabu@kernel.org>
Mon, 1 Jul 2024 04:02:29 +0000 (09:32 +0530)
commit29bc0dd0a2f6d738fd339826af57cd17f7a39bd9
tree945f8bd3a97675b16c4a119f818fa3772605663d
parent8626b67acfa424834ad2f321cecc1f768e7f0106
xfs: cleanup xfs_ilock_iocb_for_write

Move the relock path out of the straight line and add a comment
explaining why it exists.

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>
fs/xfs/xfs_file.c