From: Denis Cheng <crquan@gmail.com>
To: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [RFC][PATCH] mark /proc/sys/dev/scsi/logging_level to be removed
Date: Thu, 20 Mar 2008 21:03:10 +0800 [thread overview]
Message-ID: <1206018190-5888-1-git-send-email-crquan@gmail.com> (raw)
Signed-off-by: Denis Cheng <crquan@gmail.com>
---
Since scsi_logging_level module_param can be read/written while system
running, the demand for /proc/sys/dev/scsi/logging_level has been no longer
mandotory.
But someone might have already set this value in /etc/sysctl.conf, so
mark it to be removed in one year (until March 2009).
One year might be not enough or too long, this period should also be discussed.
Documentation/feature-removal-schedule.txt | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index c1d1fd0..97bdb96 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -328,3 +328,16 @@ Why: Not used in-tree. The current out-of-tree users used it to
code / infrastructure should be in the kernel and not in some
out-of-tree driver.
Who: Thomas Gleixner <tglx@linutronix.de>
+
+---------------------------
+
+What: /proc/sys/dev/scsi/logging_level
+When: March 2009
+Files: drivers/scsi/scsi_sysctl.c
+Check: /etc/sysctl.conf
+Why: its functionality is also provided by the scsi_mod's module param,
+ module_param(scsi_logging_level, int, S_IRUGO|S_IWUSR);
+ that can be read and written with
+ /sys/module/scsi_mod/parameters/scsi_logging_level
+ like the sysctl interface while system running.
+Who: Denis Cheng <crquan@gmail.com> or linux-scsi@vger.kernel.org
--
1.5.4.4
next reply other threads:[~2008-03-20 13:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-20 13:03 Denis Cheng [this message]
2008-03-20 14:35 ` [RFC][PATCH] mark /proc/sys/dev/scsi/logging_level to be removed James Bottomley
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1206018190-5888-1-git-send-email-crquan@gmail.com \
--to=crquan@gmail.com \
--cc=James.Bottomley@HansenPartnership.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox