OSDN Git Service

vfs: Remove i_dquot field from inode
authorJan Kara <jack@suse.cz>
Mon, 29 Sep 2014 13:10:26 +0000 (15:10 +0200)
committerJan Kara <jack@suse.cz>
Mon, 10 Nov 2014 09:06:18 +0000 (10:06 +0100)
commit75cbe701a4251fcd8b846d52ae42f88c9a8e5e93
tree9245cff4fe35d6b2880a559f936006ecfcf445e1
parent507e1fa697097b4885008f16354822f8d0c33a5d
vfs: Remove i_dquot field from inode

All filesystems using VFS quotas are now converted to use their private
i_dquot fields. Remove the i_dquot field from generic inode structure.

Acked-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/inode.c
fs/quota/dquot.c
fs/super.c
include/linux/fs.h