commit | 9ccf3216238ca70c0df2ff06494fcf616b62e7dc | [log] [tgz] |
---|---|---|
author | Steve French <smfrench@gmail.com> | Sat Oct 18 17:01:15 2014 -0500 |
committer | Steve French <steve.french@primarydata.com> | Sun Dec 07 22:17:19 2014 -0600 |
tree | b0566fd4fad70693052ceba85582208d03a00160 | |
parent | b2776bf7149bddd1f4161f14f79520f17fc1d71d [diff] |
Add support for original fallocate In many cases the simple fallocate call is a no op (since the file is already not sparse) or can simply be converted from a sparse to a non-sparse file if we are fallocating the whole file and keeping the size. Signed-off-by: Steven French <smfrench@gmail.com>