Re: [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE

2020-04-28 Thread Darrick J. Wong
On Mon, Apr 27, 2020 at 05:21:41PM -0700, ira.we...@intel.com wrote: > From: Ira Weiny > > DCACHE_DONTCACHE indicates a dentry should not be cached on final > dput(). > > Also add a helper function to mark DCACHE_DONTCACHE on all dentries > pointing to a specific inode when that inode is being s

Re: [PATCH V11 10/11] fs: Introduce DCACHE_DONTCACHE

2020-04-28 Thread Jan Kara
On Mon 27-04-20 17:21:41, ira.we...@intel.com wrote: > From: Ira Weiny > > DCACHE_DONTCACHE indicates a dentry should not be cached on final > dput(). > > Also add a helper function to mark DCACHE_DONTCACHE on all dentries > pointing to a specific inode when that inode is being set I_DONTCACHE.