From 9ccf3216238ca70c0df2ff06494fcf616b62e7dc Mon Sep 17 00:00:00 2001 From: Steve French Date: Sat, 18 Oct 2014 17:01:15 -0500 Subject: [PATCH] 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 --- Reading git-format-patch failed