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

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

staging/lustre/ptlrpc: 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 6c9e5a55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -373,7 +373,7 @@ struct ldlm_namespace {

	/**
	 * Namespace connect flags supported by server (may be changed via
	 * /proc, LRU resize may be disabled/enabled).
	 * sysfs, LRU resize may be disabled/enabled).
	 */
	__u64			ns_connect_flags;

+1 −1
Original line number Diff line number Diff line
@@ -1947,7 +1947,7 @@ struct ptlrpc_service_ops {
 * or general metadata service for MDS.
 */
struct ptlrpc_service {
	/** serialize /proc operations */
	/** serialize sysfs operations */
	spinlock_t			srv_lock;
	/** most often accessed fields */
	/** chain thru all services */
+1 −1
Original line number Diff line number Diff line
@@ -260,7 +260,7 @@ void ptlrpc_request_handle_notconn(struct ptlrpc_request *failed_req)
 * Administratively active/deactive a client.
 * This should only be called by the ioctl interface, currently
 *  - the lctl deactivate and activate commands
 *  - echo 0/1 >> /proc/osc/XXX/active
 *  - echo 0/1 >> /sys/fs/lustre/osc/XXX/active
 *  - client umount -f (ll_umount_begin)
 */
int ptlrpc_set_import_active(struct obd_import *imp, int active)
+1 −1
Original line number Diff line number Diff line
@@ -120,7 +120,7 @@ static struct ptlrpc_enc_page_pool {
} page_pools;

/*
 * /proc/fs/lustre/sptlrpc/encrypt_page_pools
 * /sys/kernel/debug/lustre/sptlrpc/encrypt_page_pools
 */
int sptlrpc_proc_enc_pool_seq_show(struct seq_file *m, void *v)
{