btrfs: move misplaced comment of btrfs_path::keep_locks
authorSun YangKai <sunk67188@gmail.com>
Sat, 17 May 2025 14:34:16 +0000 (22:34 +0800)
committerDavid Sterba <dsterba@suse.com>
Sat, 17 May 2025 19:15:08 +0000 (21:15 +0200)
commiteeb133a6341280a1315c12b5b24a42e1fbf35487
treedbf9581b2922025cde7dae955941258bd5e63dea
parent8af94e772ef7bede90895318a3fda6c68a652774
btrfs: move misplaced comment of btrfs_path::keep_locks

Commit 925baeddc5b0 ("Btrfs: Start btree concurrency work.") added the
comment for the field keep_locks. This got moved later but without the
comment, so move it to the right place and fix the comment style.

Signed-off-by: Sun YangKai <sunk67188@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h