On 2016/3/9 20:45, David Sterba wrote:
On Wed, Mar 09, 2016 at 08:22:13PM +0800, Feifei Xu wrote:
PAGE_CACHE_SIZE is hardcoded to 4K in cmds-restore.c. It makes lzo
decompress fail on ppc64. Fix this through replacing hardcoded 4K
with getpagesize().
You're right that the hardcoded value is a bug, but the correct value is
the sector size. Ie. when the system is 4k page size and filesystem is
eg. from ppc64.
Hi David,

You're right, I am working to fix it.

Thanks
Fiona

--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to