> +int > +xfs_qm_dqget_inode( > + struct xfs_mount *mp, As pointed out by Brian, we can skip passing this argument. > + struct xfs_inode *ip, > + uint type, > + uint can_alloc, can_alloc should probably be a bool, or passing XFS_QMOPT_DQALLOC directly. Otherwise looks fine: Reviewed-by: Christoph Hellwig <hch@xxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html