summaryrefslogtreecommitdiffstats
path: root/Documentation/TODO
diff options
context:
space:
mode:
authorKarel Zak2014-10-02 15:53:34 +0200
committerKarel Zak2014-10-02 15:53:34 +0200
commit8d72c980f50edc8e9a366383b0ccc91479630fce (patch)
tree213395096ae4a11ce55c328a1852d84b65733c21 /Documentation/TODO
parenthwclock: use fabs() instead abs() when argument is double (diff)
downloadkernel-qcow2-util-linux-8d72c980f50edc8e9a366383b0ccc91479630fce.tar.gz
kernel-qcow2-util-linux-8d72c980f50edc8e9a366383b0ccc91479630fce.tar.xz
kernel-qcow2-util-linux-8d72c980f50edc8e9a366383b0ccc91479630fce.zip
docs: add swapon -o to TODO file
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation/TODO')
-rw-r--r--Documentation/TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/TODO b/Documentation/TODO
index e9e09443d..df3d4b825 100644
--- a/Documentation/TODO
+++ b/Documentation/TODO
@@ -1,6 +1,11 @@
Note that items with (!) have high priority.
+swapon
+------
+ - (!) add option -o to specify swap options on command line in fstab notation
+ (e.g swapon /dev/sda2 -o discard=page,pri=1)
+
nsenter(1)
----------
- read the default UID and GID from the target process.