• Miao Xie's avatar
    Btrfs: get write access when doing resize fs · 198605a8
    Miao Xie authored
    Steps to reproduce:
     # mkfs.btrfs <partition>
     # mount -o ro <partition> <mnt0>
     # mount -o ro <partition> <mnt1>
     # mount -o remount,rw <mnt0>
     # umount <mnt0>
     # btrfs fi resize 10g <mnt1>
    
    We re-sized a R/O filesystem. The reason is that we just check the R/O flag
    of the super block object. It is not enough, because the kernel may set the
    R/O flag only for the mount point. We need invoke mnt_want_write_file() to
    do a full check.
    Signed-off-by: default avatarMiao Xie <miaox@cn.fujitsu.com>
    Signed-off-by: default avatarChris Mason <chris.mason@fusionio.com>
    198605a8
ioctl.c 92 KB