Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 42608246 authored by Oleg Drokin's avatar Oleg Drokin Committed by Greg Kroah-Hartman
Browse files

staging/lustre/llite: Get rid of /proc references in comments



Now that the sysfs conversion is complete, also convert all the
remaining comments

Signed-off-by: default avatarOleg Drokin <green@linuxhacker.ru>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3092242c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
#include "llite_internal.h"
#include "vvp_internal.h"

/* /proc/lustre/llite mount point registration */
/* debugfs llite mount point registration */
static struct file_operations ll_rw_extents_stats_fops;
static struct file_operations ll_rw_extents_stats_pp_fops;
static struct file_operations ll_rw_offset_stats_fops;
+1 −1
Original line number Diff line number Diff line
@@ -1003,7 +1003,7 @@ static int vvp_io_commit_write(const struct lu_env *env,
	 *
	 *     (3) IO is batched up to the RPC size and is async until the
	 *     client max cache is hit
	 *     (/proc/fs/lustre/osc/OSC.../max_dirty_mb)
	 *     (/sys/fs/lustre/osc/OSC.../max_dirty_mb)
	 *
	 */
	if (!PageDirty(vmpage)) {