linux-next: manual merge of the akpm tree with the xfs tree

Stephen Rothwell sfr at canb.auug.org.au
Thu Jul 11 22:15:46 CDT 2013


Hi Andrew,

Today's linux-next merge of the akpm tree got a conflict in
fs/xfs/xfs_qm.h between commit 92f8ff73f186 ("xfs: Add pquota fields
where gquota is used") from the xfs tree and commit  "xfs: convert dquot
cache lru to list_lru" from the akpm tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell                    sfr at canb.auug.org.au

diff --cc fs/xfs/xfs_qm.h
index 579d6a0,cf2ad1f..0000000
--- a/fs/xfs/xfs_qm.h
+++ b/fs/xfs/xfs_qm.h
@@@ -44,14 -44,10 +44,12 @@@ extern struct kmem_zone	*xfs_qm_dqtrxzo
  typedef struct xfs_quotainfo {
  	struct radix_tree_root qi_uquota_tree;
  	struct radix_tree_root qi_gquota_tree;
 +	struct radix_tree_root qi_pquota_tree;
  	struct mutex qi_tree_lock;
 -	xfs_inode_t	*qi_uquotaip;	 /* user quota inode */
 -	xfs_inode_t	*qi_gquotaip;	 /* group quota inode */
 +	struct xfs_inode	*qi_uquotaip;	/* user quota inode */
 +	struct xfs_inode	*qi_gquotaip;	/* group quota inode */
 +	struct xfs_inode	*qi_pquotaip;	/* project quota inode */
- 	struct list_head qi_lru_list;
- 	struct mutex	 qi_lru_lock;
- 	int		 qi_lru_count;
+ 	struct list_lru	 qi_lru;
  	int		 qi_dquots;
  	time_t		 qi_btimelimit;	 /* limit for blks timer */
  	time_t		 qi_itimelimit;	 /* limit for inodes timer */
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://oss.sgi.com/pipermail/xfs/attachments/20130712/6b866817/attachment.sig>


More information about the xfs mailing list