Re: [Cluster-devel] [PATCH 1/2] vfs: Add hooks for filesystem-specific prune_icache_sb

2016-06-27 Thread Dave Chinner
On Fri, Jun 24, 2016 at 02:50:10PM -0500, Bob Peterson wrote: > This patch adds filesystem-specific callbacks for shrinking the > inode cache, prune_icache_sb. This is provided for filesystems in > which the default VFS prune_icache_sb needs to be delayed due to > filesystem locking requirements no

[Cluster-devel] [PATCH 1/2] vfs: Add hooks for filesystem-specific prune_icache_sb

2016-06-24 Thread Bob Peterson
This patch adds filesystem-specific callbacks for shrinking the inode cache, prune_icache_sb. This is provided for filesystems in which the default VFS prune_icache_sb needs to be delayed due to filesystem locking requirements not met by vfs. Signed-off-by: Bob Peterson --- Documentation/filesys