Commit 067c28ad authored by Chris Mason's avatar Chris Mason

Btrfs: fix -o nodatasum printk spelling

It was printing nodatacsum, which was not the correct option name.
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 85d4198e
......@@ -159,7 +159,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options)
*/
break;
case Opt_nodatasum:
printk(KERN_INFO "btrfs: setting nodatacsum\n");
printk(KERN_INFO "btrfs: setting nodatasum\n");
btrfs_set_opt(info->mount_opt, NODATASUM);
break;
case Opt_nodatacow:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment