]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: show compiled-in config features at module load time
authorStefan Behrens <sbehrens@giantdisaster.de>
Tue, 3 Sep 2013 13:25:27 +0000 (15:25 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sat, 21 Sep 2013 14:58:56 +0000 (10:58 -0400)
commit0edba8c136fefdbb06e7b6f0a2cddde00f27018a
tree7e3b538e8fca6e71808326db11381bc17f0912ba
parentdcd1b352e8211f6c251067a3ab0f817f39f806b9
btrfs: show compiled-in config features at module load time

We want to know if there are debugging features compiled in, this may
affect performance. The message is printed before the sanity checks.

(This commit message is a copy of David Sterba's commit message when
he introduced btrfs_print_info()).

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>
Reviewed-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
fs/btrfs/super.c