]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfs: remove qcore from incore dquots
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 4 Sep 2020 20:04:20 +0000 (16:04 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 4 Sep 2020 20:04:20 +0000 (16:04 -0400)
Source kernel commit: 51dbb1be52fedfe7f612854bfcba3400043a7a75

Now that we've stopped using qcore entirely, drop it from the incore
dquot.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_format.h

index 7548336ff253d02959c3a6e5ba6b30551237b417..32e46ee40a806c165f58f6b918841215b7be4f6a 100644 (file)
@@ -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 */