diff options
author | Oleg Drokin <green@linuxhacker.ru> | 2015-05-21 15:31:47 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-05-31 10:48:03 +0900 |
commit | 40cc864a9fcd48d7f3a67421a8e578e8d4cbe308 (patch) | |
tree | ee5b3ccc45fe194e92126a3a776c4b733d6792c4 /drivers/staging/lustre/sysfs-fs-lustre | |
parent | ec469235867c22e9bd3e244ddd357202fac20276 (diff) | |
download | linux-40cc864a9fcd48d7f3a67421a8e578e8d4cbe308.tar.gz linux-40cc864a9fcd48d7f3a67421a8e578e8d4cbe308.tar.bz2 linux-40cc864a9fcd48d7f3a67421a8e578e8d4cbe308.zip |
staging/lustre/llite: move /proc/fs/lustre/llite/checksum_pages to sysfs
Move checksum_pages file from /proc/fs/lustre/llite/*
to /sys/fs/lustre/llite/*/
Signed-off-by: Oleg Drokin <green@linuxhacker.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/sysfs-fs-lustre')
-rw-r--r-- | drivers/staging/lustre/sysfs-fs-lustre | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/staging/lustre/sysfs-fs-lustre b/drivers/staging/lustre/sysfs-fs-lustre index 3151465a3e47..03a4dc62df1f 100644 --- a/drivers/staging/lustre/sysfs-fs-lustre +++ b/drivers/staging/lustre/sysfs-fs-lustre @@ -117,3 +117,10 @@ Contact: "Oleg Drokin" <oleg.drokin@intel.com> Description: For small reads, how many megabytes to actually request from the server as initial read-ahead. + +What: /sys/fs/lustre/llite/<fsname>-<uuid>/checksum_pages +Date: May 2015 +Contact: "Oleg Drokin" <oleg.drokin@intel.com> +Description: + Enables or disables per-page checksum at llite layer, before + the pages are actually given to lower level for network transfer |