[Qemu-devel] [PATCH 01/11] qga/commands-posix: Fix bug in guest-fstrim

2015-07-07 Thread Michael Roth
From: Justin Ossevoort The FITRIM ioctl updates the fstrim_range structure it receives. This way the caller can determine how many bytes were trimmed. The guest-fstrim logic reuses the same fstrim_range for each filesystem, effectively limiting each filesystem to trim at most as much as the previ

[Qemu-devel] [PATCH 01/11] qga/commands-posix: Fix bug in guest-fstrim

2015-07-07 Thread Michael Roth
From: Justin Ossevoort The FITRIM ioctl updates the fstrim_range structure it receives. This way the caller can determine how many bytes were trimmed. The guest-fstrim logic reuses the same fstrim_range for each filesystem, effectively limiting each filesystem to trim at most as much as the previ