[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>
This commit is contained in:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user