diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
| -rw-r--r-- | fs/xfs/xfs_dquot.h | 4 | 
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index 55abbca2883..68a68f70483 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h @@ -52,8 +52,6 @@ typedef struct xfs_dquot {  	int		 q_bufoffset;	/* off of dq in buffer (# dquots) */  	xfs_fileoff_t	 q_fileoffset;	/* offset in quotas file */ -	struct xfs_dquot*q_gdquot;	/* group dquot, hint only */ -	struct xfs_dquot*q_pdquot;	/* project dquot, hint only */  	xfs_disk_dquot_t q_core;	/* actual usage & quotas */  	xfs_dq_logitem_t q_logitem;	/* dquot log item */  	xfs_qcnt_t	 q_res_bcount;	/* total regular nblks used+reserved */ @@ -172,6 +170,4 @@ static inline struct xfs_dquot *xfs_qm_dqhold(struct xfs_dquot *dqp)  	return dqp;  } -extern const struct xfs_buf_ops xfs_dquot_buf_ops; -  #endif /* __XFS_DQUOT_H__ */  | 
