diff options
Diffstat (limited to 'Documentation/ABI/testing/sysfs-class-bdi')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-bdi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-bdi b/Documentation/ABI/testing/sysfs-class-bdi index b800cdda40bb..b9e8a9368dc6 100644 --- a/Documentation/ABI/testing/sysfs-class-bdi +++ b/Documentation/ABI/testing/sysfs-class-bdi | |||
@@ -44,3 +44,9 @@ bdi_dirty_kb (read-only) | |||
44 | Current threshold on this BDI for reclaimable + writeback | 44 | Current threshold on this BDI for reclaimable + writeback |
45 | memory | 45 | memory |
46 | 46 | ||
47 | min_ratio (read-write) | ||
48 | |||
49 | Minimal percentage of global dirty threshold allocated to this | ||
50 | bdi. If the value written to this file would make the the sum | ||
51 | of all min_ratio values exceed 100, then EINVAL is returned. | ||
52 | The default is zero | ||