On Sun, Feb 17, 2013 at 05:11:02PM -0800, Eric W. Biederman wrote:
> From: "Eric W. Biederman" <ebied...@xmission.com>
> 
> Cc: Ben Myers <b...@sgi.com>
> Cc: Alex Elder <el...@kernel.org>
> Cc: Dave Chinner <da...@fromorbit.com>
> Signed-off-by: "Eric W. Biederman" <ebied...@xmission.com>
> ---
>  fs/xfs/xfs_qm.c    |    6 +++---
>  fs/xfs/xfs_quota.h |    4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/fs/xfs/xfs_qm.c b/fs/xfs/xfs_qm.c
> index 6fce3d3..80b8c81 100644
> --- a/fs/xfs/xfs_qm.c
> +++ b/fs/xfs/xfs_qm.c
> @@ -1617,9 +1617,9 @@ xfs_qm_write_sb_changes(
>  int
>  xfs_qm_vop_dqalloc(
>       struct xfs_inode        *ip,
> -     uid_t                   uid,
> -     gid_t                   gid,
> -     prid_t                  prid,
> +     kuid_t                  uid,
> +     kgid_t                  gid,
> +     kprojid_t               prid,
>       uint                    flags,
>       struct xfs_dquot        **O_udqpp,
>       struct xfs_dquot        **O_gdqpp)

Probably they should use xfs_dqid_t as they are supposed to be
internal XFS quota ID types....

Cheers,

Dave.
-- 
Dave Chinner
da...@fromorbit.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to