diff options
Diffstat (limited to 'fs/xfs/xfs_dquot.h')
| -rw-r--r-- | fs/xfs/xfs_dquot.h | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/fs/xfs/xfs_dquot.h b/fs/xfs/xfs_dquot.h index 4061f1731271..ef9190bd8b30 100644 --- a/fs/xfs/xfs_dquot.h +++ b/fs/xfs/xfs_dquot.h @@ -38,7 +38,6 @@ struct xfs_trans;  typedef struct xfs_dquot {  	uint		 dq_flags;	/* various flags (XFS_DQ_*) */  	struct list_head q_lru;		/* global free list of dquots */ -	struct list_head q_mplist;	/* mount's list of dquots */  	struct xfs_mount*q_mount;	/* filesystem this relates to */  	struct xfs_trans*q_transp;	/* trans this belongs to currently */  	uint		 q_nrefs;	/* # active refs from inodes */ @@ -143,7 +142,6 @@ extern int		xfs_qm_dqread(struct xfs_mount *, xfs_dqid_t, uint,  					uint, struct xfs_dquot	**);  extern void		xfs_qm_dqdestroy(xfs_dquot_t *);  extern int		xfs_qm_dqflush(xfs_dquot_t *, uint); -extern void		xfs_qm_dqpurge(xfs_dquot_t *);  extern void		xfs_qm_dqunpin_wait(xfs_dquot_t *);  extern void		xfs_qm_adjust_dqtimers(xfs_mount_t *,  					xfs_disk_dquot_t *); |