On 6/2/19 10:43 AM, Al Viro wrote:
On Sun, Jun 02, 2019 at 10:25:46AM +0800, Yan, Zheng wrote:
remove_session_caps() relies on __wait_on_freeing_inode(), to wait for
freezing inode to remove its caps. But VFS wakes freeing inode waiters
before calling destroy_inode().
*blink*
Which tree is that against?
-static void ceph_i_callback(struct rcu_head *head)
-{
- struct inode *inode = container_of(head, struct inode, i_rcu);
- struct ceph_inode_info *ci = ceph_inode(inode);
-
- kfree(ci->i_symlink);
- kmem_cache_free(ceph_inode_cachep, ci);
-}
... is gone from mainline, and AFAICS not reintroduced in ceph tree.
What am I missing here?
Sorry, I should send it ceph-devel list
Yan, Zheng