]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: remove unused member btrfs_root::name
authorDavid Sterba <dsterba@suse.com>
Fri, 20 Jul 2018 14:30:18 +0000 (16:30 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 6 Aug 2018 11:12:58 +0000 (13:12 +0200)
commit3af08b23d158dbbeedc1eaeef28c05ec675db513
tree171520934f8c4455612f6a7da1b91a39976761bd
parent688a2a15f555d5e678d710883330457f5220108e
btrfs: remove unused member btrfs_root::name

Added in 58176a9604c ("Btrfs: Add per-root block accounting and sysfs
entries") in 2007, the roots had names exported in sysfs. The code
was commented out in 5a5d42d0a1cfdbe2b20 ("Btrfs: change how subvolumes
are organized") and cleaned by 925fd0a2a8621b78 ("btrfs: remove old
unused commented out code").

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c