Fix up 64bit warning for xfs_vn_listxattr's call of list_one_attr() with
context count
of ssize_t versus int. Change context count to be ssize_t.
As suggested by hch.
--Tim
Date: Thu Jun 19 15:33:13 AEST 2008
Workarea: chook.melbourne.sgi.com:/build/tes/2.6.x-xfs-quilt
Inspected by: lachlan@xxxxxxx
The following file(s) were checked into:
longdrop.melbourne.sgi.com:/isms/linux/2.6.x-xfs-melb
Modid: xfs-linux-melb:xfs-kern:31333a
fs/xfs/xfs_attr.h - 1.43 - changed
http://oss.sgi.com/cgi-bin/cvsweb.cgi/xfs-linux/xfs_attr.h.diff?r1=text&tr1=1.43&r2=text&tr2=1.42&f=h
- Fix up warning for xfs_vn_listxattr's call of list_one_attr() with
context count
of ssize_t versus int. Change context count to be ssize_t.
|