Re: [PATCH] Btrfs: put delayed iput tracking list inside in-memory inode
From: Josef Bacik <hidden> Date: 2012-12-11 14:57:53
On Fri, Nov 30, 2012 at 04:24:43AM -0700, Liu Bo wrote:
This can save us a dynamic memory allocation/free.
You can have multiple outstanding delayed iputs per inode, so this will result
in inodes still being in use on unmount, so this isn't going to work.
Josef