From 1bad2f2f2dfe51d21cf1ed4147bf5862dcf4f29d Mon Sep 17 00:00:00 2001 From: Wang Shilong Date: Wed, 28 May 2014 19:22:40 +0800 Subject: Btrfs-progs: fsck: add an option to check data csums This patch adds an option '--check-data-csum' to verify data checksums. fsck won't check data csums unless users specify this option explictly. Signed-off-by: Wang Shilong Signed-off-by: David Sterba --- Documentation/btrfs-check.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/btrfs-check.txt') diff --git a/Documentation/btrfs-check.txt b/Documentation/btrfs-check.txt index 027032b2..961d5aec 100644 --- a/Documentation/btrfs-check.txt +++ b/Documentation/btrfs-check.txt @@ -30,6 +30,8 @@ try to repair the filesystem. create a new CRC tree. --init-extent-tree:: create a new extent tree. +--check-data-csum:: +verify checkums of data blocks. EXIT STATUS ----------- -- cgit v1.2.3