From: Ryusuke Konishi Date: Tue, 7 Apr 2009 02:01:51 +0000 (-0700) Subject: nilfs2: remove timedwait ioctl command X-Git-Tag: v2.6.30-rc1~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1088dcf4c3a0a27fdad5214781d5084b11405238;p=pandora-kernel.git nilfs2: remove timedwait ioctl command This removes NILFS_IOCTL_TIMEDWAIT command from ioctl interface along with the related flags and wait queue. The command is terrible because it just sleeps in the ioctl. I prefer to avoid this by devising means of event polling in userland program. By reconsidering the userland GC daemon, I found this is possible without changing behaviour of the daemon and sacrificing efficiency. Signed-off-by: Ryusuke Konishi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed