Re: [PATCH 01/17] fs: Remove i_devices from inode

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri 02-05-14 07:42:14, Christoph Hellwig wrote:
> On Fri, May 02, 2014 at 03:19:52PM +0200, Jan Kara wrote:
> > Struct inode has an i_devices list head which is used when inode
> > represents a block device or a character device for tracking all inodes
> > referencing that device. The only use of that tracking is to remove
> > references to the device from inodes when the device is released.
> > However both block device and character device code take reference to
> > the device together with referencing it from an inode (block device
> > code takes inode reference, character device code kobj reference) thus
> > device cannot be released while there are any inodes referencing it.
> > 
> > Remove the useless code and i_devices from struct inode.
> 
> While I like the change I don't think it's quite correct.  i_cdev starts
> out NULL and the inode is not added to the list for character devices.
> Then chrdev_open comes in and sets up i_cdev, as well as grabbing one
> reference per open, and __fput drops this reference.
> 
> So far, so good - but for a char device node that was opened before
> but isn't open anymore we have the inode pointing to a struct cdev
> which doesn't have a reference.  When we now unregister the char
> 
> I think this can be easily solved by changing the cdev_put call in
> __fput into something that will clear i_cdev if it dropped the last
> references.
  So I finally got to checking this. The trouble I have is that we'd need
to clear i_cdev when we are closing the last open file for the device inode
and we don't track number of openers currently... So it doesn't seem to be
easily possible to get rid of i_devices after all.

								Honza
-- 
Jan Kara <jack@xxxxxxx>
SUSE Labs, CR
--
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




[Index of Archives]     [Linux Ext4 Filesystem]     [Union Filesystem]     [Filesystem Testing]     [Ceph Users]     [Ecryptfs]     [AutoFS]     [Kernel Newbies]     [Share Photos]     [Security]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux Cachefs]     [Reiser Filesystem]     [Linux RAID]     [Samba]     [Device Mapper]     [CEPH Development]
  Powered by Linux