Re: [PATCH] mm: add strictlimit knob -v2

2013-11-22 Thread Andrew Morton
On Wed, 06 Nov 2013 19:05:57 +0400 Maxim Patlasov wrote: > "strictlimit" feature was introduced to enforce per-bdi dirty limits for > FUSE which sets bdi max_ratio to 1% by default: > > http://article.gmane.org/gmane.linux.kernel.mm/105809 > > However the feature can be useful for other relati

Re: [PATCH] mm: add strictlimit knob -v2

2013-11-07 Thread Henrique de Moraes Holschuh
Is there a reason to not enforce strictlimit by default? -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To unsubscribe from thi

[PATCH] mm: add strictlimit knob -v2

2013-11-06 Thread Maxim Patlasov
"strictlimit" feature was introduced to enforce per-bdi dirty limits for FUSE which sets bdi max_ratio to 1% by default: http://article.gmane.org/gmane.linux.kernel.mm/105809 However the feature can be useful for other relatively slow or untrusted BDIs like USB flash drives and DVD+RW. The patch