On Wed, Oct 02, 2013 at 10:25:27AM -0400, J. Bruce Fields wrote: > If so then it's no huge code duplication to it by hand: > > if (inode->i_op->getattr) > inode->i_op->getattr(path->mnt, path->dentry, &stat); > else > generic_fillattr(inode, &stat); Maybe make that a vfs_getattr_nosec and let vfs_getattr call it? Including a proper kerneldoc comment explaining when to use it, please. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html