ext4: remove the obsolete/broken EXT4_IOC_WAIT_FOR_READONLY ioctl
authorTao Ma <boyu.mt@taobao.com>
Sat, 8 Oct 2011 19:56:35 +0000 (15:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 8 Oct 2011 19:56:35 +0000 (15:56 -0400)
There are no users of the EXT4_IOC_WAIT_FOR_READONLY ioctl, and it is
also broken.  No one sets the set_ro_timer, no one wakes up us and our
state is set to TASK_INTERRUPTIBLE not RUNNING.  So remove it.

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found