From: Darrick J. Wong Date: Fri, 4 Sep 2020 20:04:20 +0000 (-0400) Subject: xfs: remove qcore from incore dquots X-Git-Tag: v5.9.0-rc0~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12907581b658210742dcbb541bb011cbef7b5069;p=thirdparty%2Fxfsprogs-dev.git xfs: remove qcore from incore dquots Source kernel commit: 51dbb1be52fedfe7f612854bfcba3400043a7a75 Now that we've stopped using qcore entirely, drop it from the incore dquot. Signed-off-by: Darrick J. Wong Reviewed-by: Chandan Babu R Reviewed-by: Christoph Hellwig Signed-off-by: Eric Sandeen --- diff --git a/libxfs/xfs_format.h b/libxfs/xfs_format.h index 7548336ff..32e46ee40 100644 --- a/libxfs/xfs_format.h +++ b/libxfs/xfs_format.h @@ -1150,10 +1150,9 @@ static inline void xfs_dinode_put_rdev(struct xfs_dinode *dip, xfs_dev_t rdev) #define XFS_DQUOT_VERSION (uint8_t)0x01 /* latest version number */ /* - * This is the main portion of the on-disk representation of quota - * information for a user. This is the q_core of the struct xfs_dquot that - * is kept in kernel memory. We pad this with some more expansion room - * to construct the on disk structure. + * This is the main portion of the on-disk representation of quota information + * for a user. We pad this with some more expansion room to construct the on + * disk structure. */ struct xfs_disk_dquot { __be16 d_magic; /* dquot magic = XFS_DQUOT_MAGIC */