aboutsummaryrefslogtreecommitdiff
path: root/util-linux/fstrim.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
committerRon Yorston <rmy@pobox.com>2021-01-14 13:28:49 +0000
commit89963b524d211e1aec12b72b3725be05ee95c8cf (patch)
tree48590aef62b7ee7686b7898256f29def8d9c50b9 /util-linux/fstrim.c
parent9aa5a829070392c2ac6494d0c4e674c0c2bc7dab (diff)
parent2b7c1aa92c68524559a2067609d09309d5c09adc (diff)
downloadbusybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.gz
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.tar.bz2
busybox-w32-89963b524d211e1aec12b72b3725be05ee95c8cf.zip
Merge branch 'busybox' into merge
Diffstat (limited to 'util-linux/fstrim.c')
-rw-r--r--util-linux/fstrim.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/util-linux/fstrim.c b/util-linux/fstrim.c
index 8d29a6d54..6d673002f 100644
--- a/util-linux/fstrim.c
+++ b/util-linux/fstrim.c
@@ -20,18 +20,10 @@
20//usage:#define fstrim_trivial_usage 20//usage:#define fstrim_trivial_usage
21//usage: "[OPTIONS] MOUNTPOINT" 21//usage: "[OPTIONS] MOUNTPOINT"
22//usage:#define fstrim_full_usage "\n\n" 22//usage:#define fstrim_full_usage "\n\n"
23//usage: IF_LONG_OPTS(
24//usage: " -o,--offset OFFSET Offset in bytes to discard from"
25//usage: "\n -l,--length LEN Bytes to discard"
26//usage: "\n -m,--minimum MIN Minimum extent length"
27//usage: "\n -v,--verbose Print number of discarded bytes"
28//usage: )
29//usage: IF_NOT_LONG_OPTS(
30//usage: " -o OFFSET Offset in bytes to discard from" 23//usage: " -o OFFSET Offset in bytes to discard from"
31//usage: "\n -l LEN Bytes to discard" 24//usage: "\n -l LEN Bytes to discard"
32//usage: "\n -m MIN Minimum extent length" 25//usage: "\n -m MIN Minimum extent length"
33//usage: "\n -v Print number of discarded bytes" 26//usage: "\n -v Print number of discarded bytes"
34//usage: )
35 27
36#include "libbb.h" 28#include "libbb.h"
37#include <linux/fs.h> 29#include <linux/fs.h>