Commit 829eb1cc authored by Nathan Scott's avatar Nathan Scott Committed by Christoph Hellwig

[XFS] Bump up age_buffer and sync_interval maxima for laptop mode. From Bart Samwel.

SGI Modid: xfs-linux:xfs-kern:170057a
parent c96d330f
...@@ -56,7 +56,7 @@ xfs_param_t xfs_params = { ...@@ -56,7 +56,7 @@ xfs_param_t xfs_params = {
.symlink_mode = { 0, 0, 1 }, .symlink_mode = { 0, 0, 1 },
.panic_mask = { 0, 0, 127 }, .panic_mask = { 0, 0, 127 },
.error_level = { 0, 3, 11 }, .error_level = { 0, 3, 11 },
.sync_interval = { USER_HZ, 30*USER_HZ, 60*USER_HZ }, .sync_interval = { USER_HZ, 30*USER_HZ, 7200*USER_HZ },
.stats_clear = { 0, 0, 1 }, .stats_clear = { 0, 0, 1 },
.inherit_sync = { 0, 1, 1 }, .inherit_sync = { 0, 1, 1 },
.inherit_nodump = { 0, 1, 1 }, .inherit_nodump = { 0, 1, 1 },
......
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