Re: [PATCH] fs: use kfree_rcu instead of i_callback

From: Al Viro
Date: Sat Oct 04 2014 - 23:48:33 EST


On Sat, Oct 04, 2014 at 11:00:42PM -0400, John de la Garza wrote:
> Since the callback is doing nothing more than calling kfree() we can
> use kfree_rcu() instead of having to use a callback.

Except that this

> - kmem_cache_free(inode_cachep, inode);

isn't kfree()...
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/