From: David Sterba Date: Thu, 1 Aug 2013 16:14:52 +0000 (+0200) Subject: btrfs: add mount option to set commit interval X-Git-Tag: v3.12-rc1~40^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b87dc17fbc7443bf4c6c096279c35e89fb51326;p=pandora-kernel.git btrfs: add mount option to set commit interval 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 Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed