"...0d0cea2424ae97b27447dc64a7dbfae83c036c45b403392f0e8ba.png" did not exist on "2a10154abcb75ad0d7b6bfea6210ac743ec60897"
ext4: prevent online resize with backup superblock
Prevent BUG or corrupted file systems after the following: mkfs.ext4 /dev/vdc 100M mount -t ext4 -o sb=40961 /dev/vdc /vdc resize2fs /dev/vdc We previously prevented online resizing using the old resize ioctl. Move the code to ext4_resize_begin(), so the check applies for all of the resize ioctl's. Reported-by:Maxim Malkov <malkov@ispras.ru> Signed-off-by:
Theodore Ts'o <tytso@mit.edu>
Loading
Please register or sign in to comment