]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: update function comment for btrfs_check_nocow_lock()
authorFilipe Manana <fdmanana@suse.com>
Wed, 9 Jul 2025 14:03:54 +0000 (15:03 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 21 Jul 2025 22:09:22 +0000 (00:09 +0200)
commitc6482cff95c77a3c1fc0120c6e8ef7b15f85439b
tree114faaecb420bd4e98672d8ccec30b191d59c814
parent601ea9c42a58a46e1ec5d8ef1ab9fee5aef34b6d
btrfs: update function comment for btrfs_check_nocow_lock()

The documentation for the @nowait parameter is missing, so add it.
The @nowait parameter was added in commit 80f9d24130e4 ("btrfs: make
btrfs_check_nocow_lock nowait compatible"), which forgot to update the
function comment.

Reviewed-by: Boris Burkov <boris@bur.io>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/file.c