Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lguest example launcher truncates block device file to 0 length on pr…
…oblems The function should also use ftruncate64() rather than ftruncate() to prevent files over 4GB (not uncommon for a root filesystem) being zeroed. Signed-off-by: Chris Malley <mail@chrismalley.co.uk> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
- Loading branch information