switch minix to ->evict_inode(), fix write_inode/delete_inode race
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 5 Jun 2010 02:27:38 +0000 (22:27 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Aug 2010 20:47:53 +0000 (16:47 -0400)
We need to wait for completion of possible writeback in progress
before we clear on-disk inode during deletion.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found