xfs
[Top] [All Lists]

TAKE 983395 - fix warning for: simplify xfs_vn_listxattr

To: xfs@xxxxxxxxxxx, sgi.bugs.xfs@xxxxxxxxxxxx
Subject: TAKE 983395 - fix warning for: simplify xfs_vn_listxattr
From: tes@xxxxxxx (Tim Shimmin)
Date: Thu, 19 Jun 2008 15:34:50 +1000 (EST)
Sender: xfs-bounce@xxxxxxxxxxx
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.


<Prev in Thread] Current Thread [Next in Thread>
  • TAKE 983395 - fix warning for: simplify xfs_vn_listxattr, Tim Shimmin <=