On Thu, Feb 10, 2005 at 02:40:39PM +0000, Anton Altaparmakov wrote: > I am not sure what you mean. The VFS layer does reference counting on > inodes. I have no choice in the matter. > > > Can someone ever grab a reference separate from it's master inode? > > Again, not sure what you mean. Could you elaborate?
ntfs_read_locked_attr_inode() does igrab on the 'parent' inode currently. What do you need this for exactly - the attr inode goes away anyway when clear_inode is called on that 'parent' inode (in my scheme). - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
