OSDN Git Service

block: fix sysfs module parameters directory path in comment
authorAkinobu Mita <akinobu.mita@gmail.com>
Tue, 16 Jul 2019 12:59:35 +0000 (21:59 +0900)
committerJens Axboe <axboe@kernel.dk>
Tue, 16 Jul 2019 16:16:33 +0000 (10:16 -0600)
The runtime configurable module parameter files are located under
/sys/module/MODULENAME/parameters, not /sys/module/MODULENAME.

Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/genhd.c

index 97887e5..54f1f0d 100644 (file)
@@ -1969,7 +1969,7 @@ static const struct attribute *disk_events_attrs[] = {
  * The default polling interval can be specified by the kernel
  * parameter block.events_dfl_poll_msecs which defaults to 0
  * (disable).  This can also be modified runtime by writing to
- * /sys/module/block/events_dfl_poll_msecs.
+ * /sys/module/block/parameters/events_dfl_poll_msecs.
  */
 static int disk_events_set_dfl_poll_msecs(const char *val,
                                          const struct kernel_param *kp)