summaryrefslogtreecommitdiffstats
path: root/disk-utils/elvtune.c
diff options
context:
space:
mode:
authorSami Kerola2012-02-28 23:05:59 +0100
committerSami Kerola2012-03-18 14:28:03 +0100
commitba0c903004aa81caeca805472e83adeeb2269aa4 (patch)
tree30d08f1d750eaf2c50a3684fab5cc72ff59b7d27 /disk-utils/elvtune.c
parentlogin: add USER to initial environment (diff)
downloadkernel-qcow2-util-linux-ba0c903004aa81caeca805472e83adeeb2269aa4.tar.gz
kernel-qcow2-util-linux-ba0c903004aa81caeca805472e83adeeb2269aa4.tar.xz
kernel-qcow2-util-linux-ba0c903004aa81caeca805472e83adeeb2269aa4.zip
docs: add deprecation comments
Markup deprecation to command header to avoid people wasting time in fixing these utilities. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'disk-utils/elvtune.c')
-rw-r--r--disk-utils/elvtune.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/disk-utils/elvtune.c b/disk-utils/elvtune.c
index 7c3caedcc..7c074ffa6 100644
--- a/disk-utils/elvtune.c
+++ b/disk-utils/elvtune.c
@@ -18,6 +18,15 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+/*
+ * This command is deprecated. The utility is in maintenance mode,
+ * meaning we keep them in source tree for backward compatibility
+ * only. Do not waste time making this command better, unless the
+ * fix is about security or other very critical issue.
+ *
+ * See Documentation/deprecated.txt for more information.
+ */
+
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>