]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
btrfs: don't use local variables for fs_info->delayed_root
authorDavid Sterba <dsterba@suse.com>
Fri, 9 Jan 2026 17:17:42 +0000 (18:17 +0100)
committerDavid Sterba <dsterba@suse.com>
Tue, 3 Feb 2026 06:56:20 +0000 (07:56 +0100)
commit2891539a26899f7cc5c281ce7060a1a8b3631a74
tree0f8ccf632f99b65189774b201727c2be2d52f5d0
parent86523d8d2f3ad16e865a0a47e725d6b2cf36fc78
btrfs: don't use local variables for fs_info->delayed_root

In all cases the delayed_root is used once in a function, we don't need
to use a local variable for that.

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