diff options
author | Eric Biggers <ebiggers@google.com> | 2021-12-09 03:38:28 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-01-10 04:59:10 +0300 |
commit | 8b0551a74b4a9396a7f6ddb0c5f6f3c8465e9d45 (patch) | |
tree | 2777eccb9eae17f20db4b3f64b13c6a29a7de3f1 /Documentation/ABI | |
parent | 07c9093c429361dd405499b1e433e4170b81551f (diff) | |
download | linux-8b0551a74b4a9396a7f6ddb0c5f6f3c8465e9d45.tar.xz |
docs: sysfs-block: add contact for nomerges
The nomerges file was missing a "Contact" entry. Use linux-block.
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Eric Biggers <ebiggers@google.com>
Link: https://lore.kernel.org/r/20211209003833.6396-4-ebiggers@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/ABI')
-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: linux-block@vger.kernel.org Description: Standard I/O elevator operations include attempts to merge contiguous I/Os. For known random I/O loads these |