Re: [bisected commit 0fc9d10] NFS-server corruption with 3.4
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Date: 2012-06-05 16:18:57
Also in:
linux-nfs
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Date: 2012-06-05 16:18:57
Also in:
linux-nfs
Konstantin Khlebnikov [off-list ref] writes:
Proper fix in attachment.
Maybe, you are going to add the stable tag for next stable? Thanks.
radix-tree: fix contiguous iterator From: Konstantin Khlebnikov <redacted> This patch fixes bug in macro radix_tree_for_each_contig(). If radix_tree_next_slot() sees NULL in next slot it returns NULL, but following radix_tree_next_chunk() switches iterating into next chunk. As result iterating becomes non-contiguous and breaks vfs "splice" and all its users.
-- OGAWA Hirofumi [off-list ref]