mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
btrfs: sysfs: fix path of the "read_policy" module parameter in comment
The correct path of the "read_policy" module parameter should be /sys/module/btrfs/parameters/read_policy. Fix it. Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Zenghui Yu <zenghui.yu@linux.dev> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
+1
-1
@@ -1336,7 +1336,7 @@ char *btrfs_get_mod_read_policy(void)
|
||||
return read_policy;
|
||||
}
|
||||
|
||||
/* Set perms to 0, disable /sys/module/btrfs/parameter/read_policy interface. */
|
||||
/* Set perms to 0, disable /sys/module/btrfs/parameters/read_policy interface. */
|
||||
module_param(read_policy, charp, 0);
|
||||
MODULE_PARM_DESC(read_policy,
|
||||
"Global read policy: pid (default), round-robin[:<min_contig_read>], devid[:<devid>]");
|
||||
|
||||
Reference in New Issue
Block a user