]> git.ipfire.org Git - people/ms/linux.git/commit - fs/btrfs/disk-io.c
btrfs: shorten integrity checker extent data mount option
authorDavid Sterba <dsterba@suse.com>
Fri, 18 Jun 2021 14:16:49 +0000 (16:16 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 22 Jun 2021 12:11:58 +0000 (14:11 +0200)
commitcbeaae4f6f6e787b7dac6230a31d9ad93d594f95
tree1c2484f267898ea39c5c867bb4a47b3a4b7ed963
parentccd9395b5241310f1ef518ad371f8de779f0b681
btrfs: shorten integrity checker extent data mount option

Subjectively, CHECK_INTEGRITY_INCLUDING_EXTENT_DATA is quite long and
calling it CHECK_INTEGRITY_DATA still keeps the meaning and matches the
mount option name.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/super.c