diff options
author | Eric Biggers <[email protected]> | 2021-12-08 16:38:28 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-01-09 18:59:10 -0700 |
commit | 8b0551a74b4a9396a7f6ddb0c5f6f3c8465e9d45 (patch) | |
tree | 2777eccb9eae17f20db4b3f64b13c6a29a7de3f1 | |
parent | 07c9093c429361dd405499b1e433e4170b81551f (diff) |
docs: sysfs-block: add contact for nomerges
The nomerges file was missing a "Contact" entry. Use linux-block.
Reviewed-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Signed-off-by: Eric Biggers <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r-- | Documentation/ABI/stable/sysfs-block | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/stable/sysfs-block b/Documentation/ABI/stable/sysfs-block index 9febd53a5ebe..c70fce6b76c1 100644 --- a/Documentation/ABI/stable/sysfs-block +++ b/Documentation/ABI/stable/sysfs-block @@ -242,7 +242,7 @@ Description: What: /sys/block/<disk>/queue/nomerges Date: January 2010 -Contact: +Contact: [email protected] Description: Standard I/O elevator operations include attempts to merge contiguous I/Os. For known random I/O loads these |