Al Viro: > diff --git a/fs/ext2/inode.c b/fs/ext2/inode.c > index 069620b..7e4a455 100644 > --- a/fs/ext2/inode.c > +++ b/fs/ext2/inode.c > @@ -69,26 +69,42 @@ static void ext2_write_failed(struct address_space *mapping, loff_t to) > /* > * Called at the last iput() if i_nlink is zero. > */ > -void ext2_delete_inode (struct inode * inode) > +void ext2_evict_inode(struct inode * inode) Just a comment, * Called at the last iput() regardless i_nlink count. right? J. R. Okajima -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html