Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sbin/blkdiscard



Module Name:    src
Committed By:   mrg
Date:           Mon Feb  7 09:33:26 UTC 2022

Added Files:
        src/sbin/blkdiscard: Makefile blkdiscard.8 blkdiscard.c

Log Message:
convert my fdiscard-stuff.c into blkdiscard.c and give it a UI
that matches the linux-util version.

comes in two forms:  blkdiscard equivalent, and the (almost)
original interface i used (the "-s" option is conflicting and
i've switched to only the not yet implemented secure erase
option.)  the only real difference is that "fdiscard" mode
requires the -R flag to do something, vs blkdiscard needs the
-n flag to not do anything.

not yet hooked into the build or sets.  would like more testing
on it to be performed before doing that (but soon.)


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sbin/blkdiscard/Makefile \
    src/sbin/blkdiscard/blkdiscard.8 src/sbin/blkdiscard/blkdiscard.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index