Commit 9ad8cada authored by Nathan Scott's avatar Nathan Scott

[XFS] Use an xfs_ino_t to hold the result of inode extraction from a handle,...

[XFS] Use an xfs_ino_t to hold the result of inode extraction from a handle, not a possibly 32-bit number

SGI Modid: 2.5.x-xfs:slinx:159943a
parent 258b26be
...@@ -226,8 +226,8 @@ xfs_vget_fsop_handlereq( ...@@ -226,8 +226,8 @@ xfs_vget_fsop_handlereq(
xfs_inode_t *ip; xfs_inode_t *ip;
struct inode *inodep; struct inode *inodep;
vnode_t *vpp; vnode_t *vpp;
xfs_ino_t ino;
__u32 igen; __u32 igen;
ino_t ino;
int error; int error;
if (!capable(cap)) if (!capable(cap))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment