xfs: move the di_projid field to struct xfs_inode
In preparation of removing the historic icinode struct, move the projid field into the containing xfs_inode structure. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
This commit is contained in:
committed by
Darrick J. Wong
parent
7e2a8af528
commit
ceaf603c70
@ -953,7 +953,7 @@ xfs_qm_id_for_quotatype(
|
||||
case XFS_DQTYPE_GROUP:
|
||||
return i_gid_read(VFS_I(ip));
|
||||
case XFS_DQTYPE_PROJ:
|
||||
return ip->i_d.di_projid;
|
||||
return ip->i_projid;
|
||||
}
|
||||
ASSERT(0);
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user