Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: