On Wed, Jun 22, 2011 at 06:48:54PM -0400, Trond Myklebust wrote: > It is fairly trivial to define a 'struct nfs_path' that takes a > reference to the dentry and a reference to the super block if you'd > prefer that we get rid of the 'struct path' in nfs_open_context. Er... as opposed to struct dentry *dentry and its ->d_sb? ;-) See the last few patches in #untested (vfs-2.6.git) doing more or less that (and nfs4_closedata is just fine with data->inode->i_sb - it doesn't need to pin any dentries at all; nfs4_opendata and nfs_open_context need dentry, of course). -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html