diff options
Diffstat (limited to 'fs/xfs/xfs_ag.h')
| -rw-r--r-- | fs/xfs/xfs_ag.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_ag.h b/fs/xfs/xfs_ag.h index 401f364ad36..4917d4eed4e 100644 --- a/fs/xfs/xfs_ag.h +++ b/fs/xfs/xfs_ag.h @@ -227,7 +227,6 @@ typedef struct xfs_perag {  	atomic_t        pagf_fstrms;    /* # of filestreams active in this AG */ -	int		pag_ici_init;	/* incore inode cache initialised */  	rwlock_t	pag_ici_lock;	/* incore inode lock */  	struct radix_tree_root pag_ici_root;	/* incore inode cache root */  	int		pag_ici_reclaimable;	/* reclaimable inodes */  |