attr_list_context.count is a ssize_t adn thus we need to use %zd, not
%ld to print it.
Note: non mainline file - only in xfs-dev.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Date: Mon Aug 18 17:06:56 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/tes/2.6.x-xfs
Inspected by: hch@xxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31917a
fs/xfs/xfsidbg.c - 1.362 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfsidbg.c.diff?r1=text&tr1=1.362&r2=text&tr2=1.361&f=h
- attr_list_context.count is a ssize_t adn thus we need to use %zd, not
%ld to print it.
|