From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.14.3/8.14.3/SuSE Linux 0.8) with ESMTP id o0J0aFbd142327 for ; Mon, 18 Jan 2010 18:36:16 -0600 Received: from mail.internode.on.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 9FC111C5C65A for ; Mon, 18 Jan 2010 16:37:14 -0800 (PST) Received: from mail.internode.on.net (bld-mail19.adl2.internode.on.net [150.101.137.104]) by cuda.sgi.com with ESMTP id rGyjHO1csUeUhAVV for ; Mon, 18 Jan 2010 16:37:14 -0800 (PST) Received: from discord (unverified [121.44.156.64]) by mail.internode.on.net (SurgeMail 3.8f2) with ESMTP id 11448822-1927428 for ; Tue, 19 Jan 2010 11:07:13 +1030 (CDT) Received: from [192.168.1.6] (helo=disturbed) by discord with esmtp (Exim 4.69) (envelope-from ) id 1NX25o-0003Ey-88 for xfs@oss.sgi.com; Tue, 19 Jan 2010 11:37:12 +1100 Received: from dave by disturbed with local (Exim 4.71) (envelope-from ) id 1NX25d-0003ab-Iw for xfs@oss.sgi.com; Tue, 19 Jan 2010 11:37:01 +1100 From: Dave Chinner Subject: [PATCH 6/7] xfsprogs: fix sign warning in mkfs directory code Date: Tue, 19 Jan 2010 11:36:52 +1100 Message-Id: <1263861413-13729-7-git-send-email-david@fromorbit.com> In-Reply-To: <1263861413-13729-1-git-send-email-david@fromorbit.com> References: <1263861413-13729-1-git-send-email-david@fromorbit.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: xfs-bounces@oss.sgi.com Errors-To: xfs-bounces@oss.sgi.com To: xfs@oss.sgi.com Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- mkfs/proto.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mkfs/proto.c b/mkfs/proto.c index 8fc8c4c..3723685 100644 --- a/mkfs/proto.c +++ b/mkfs/proto.c @@ -432,7 +432,7 @@ parseproto( mode |= val; creds.cr_uid = (int)getnum(pp); creds.cr_gid = (int)getnum(pp); - xname.name = name; + xname.name = (uchar_t *)name; xname.len = name ? strlen(name) : 0; tp = libxfs_trans_alloc(mp, 0); flags = XFS_ILOG_CORE; -- 1.6.5 _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs