nilfs2: use mnt_want_write in ioctls where write access is needed
commit7512487e6d6459e4c3f9c7cedc53050a6c30e387
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Tue, 26 Jan 2010 04:59:40 +0000 (26 13:59 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 13 Feb 2010 03:26:02 +0000 (13 12:26 +0900)
treea2f7ed0a787be5ccd3bcd92b6e9f2f3e4eb3267b
parente902ec9906e844f4613fa6190c6fa65f162dc86e
nilfs2: use mnt_want_write in ioctls where write access is needed

A few nilfs2 ioctls need to ask for and then later release write
access to the mount in order to avoid potential write to read-only
mounts.

This adds the missing mnt_want_write and mnt_drop_write in
nilfs_ioctl_change_cpmode, nilfs_ioctl_delete_checkpoint, and
nilfs_ioctl_clean_segments.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/ioctl.c