Hi,
On 2020/11/17 21:38, lining wrote:
mainline inclusion from mainline-v5.10-rc2 commit b40813ddcd6b category: bugfix bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1891363 CVE: NA backport: openEuler-20.09
Here is the testcase:
- rbd create --size 2G rbdpool/foo
- rbd-nbd map rbdpool/foo
- mkfs.ext4 /dev/nbd0
- mount /dev/nbd0 /mnt
- rbd resize --size 4G rbdpool/foo
- ls /mnt
ls will stuck here forever.
From: Ming Lei ming.lei@redhat.com
This line should be inserted at the top of this email.
The rest looks good to me.
--- Xie XiuQi, openEuler Kernel SIG