btrfs: add mount option to set commit interval
authorDavid Sterba <dsterba@suse.cz>
Thu, 1 Aug 2013 16:14:52 +0000 (18:14 +0200)
committerChris Mason <chris.mason@fusionio.com>
Sun, 1 Sep 2013 12:04:51 +0000 (08:04 -0400)
I'ts hardcoded to 30 seconds which is fine for most users. Higher values
defer data being synced to permanent storage with obvious consequences
when the system crashes. The upper bound is not forced, but a warning is
printed if it's more than 300 seconds (5 minutes).

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>

No differences found