Am 13.12.2010 10:36, schrieb Stefan Hajnoczi: > discard [-Cq] off len -- discards a number of bytes at a specified > offset > > discards a range of bytes from the given offset > > Example: > 'discard 512 1k' - discards 1 kilobyte from 512 bytes into the file > > Discards a segment of the currently open file. > -C, -- report statistics in a machine parsable format > -q, -- quite mode, do not show I/O statistics > > Signed-off-by: Stefan Hajnoczi <stefa...@linux.vnet.ibm.com>
Thanks, applied to the block branch. Kevin