diff options
author | Nathan Scott <nathans@sgi.com> | 2005-06-21 13:21:49 +1000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2005-06-21 13:21:49 +1000 |
commit | b74e2159c9849fb97659c6dc47ad706f702b22b9 (patch) | |
tree | a2fd0ade921c483b10aee42be2c3b30ceb2c02c7 /fs/xfs/linux-2.6/xfs_vnode.h | |
parent | 91b90475e793e84a57d956af8c52645e292badcb (diff) |
[XFS] Add a get/set interface for XFS project identifiers.
SGI-PV: 932952
SGI-Modid: xfs-linux:xfs-kern:21938a
Signed-off-by: Nathan Scott <nathans@sgi.com>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_vnode.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_vnode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_vnode.h b/fs/xfs/linux-2.6/xfs_vnode.h index 00466c3194a..a6e57c647be 100644 --- a/fs/xfs/linux-2.6/xfs_vnode.h +++ b/fs/xfs/linux-2.6/xfs_vnode.h @@ -426,7 +426,7 @@ typedef struct vattr { u_long va_extsize; /* file extent size */ u_long va_nextents; /* number of extents in file */ u_long va_anextents; /* number of attr extents in file */ - int va_projid; /* project id */ + prid_t va_projid; /* project id */ } vattr_t; /* |