]> www.infradead.org Git - users/jedix/linux-maple.git/commit
writeback: add a __releases annoation to wbc_attach_and_unlock_inode
authorChristoph Hellwig <hch@lst.de>
Tue, 12 Nov 2024 05:43:54 +0000 (06:43 +0100)
committerChristian Brauner <brauner@kernel.org>
Tue, 12 Nov 2024 13:44:25 +0000 (14:44 +0100)
commit4d7485cff59951c83aa2b6891b24d68b76d86f6f
tree2bb942a4528938357dad7f3f7ffca80c9d65dd97
parent8c6e03ffedc5463d1aa1ba89f6ceb082518a3520
writeback: add a __releases annoation to wbc_attach_and_unlock_inode

This shuts up a sparse lock context tracking warning.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20241112054403.1470586-2-hch@lst.de
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/fs-writeback.c