Re: [PATCH review 02/16] xfs: Store projectid as a single variable.

2013-02-18 Thread Dave Chinner
On Sun, Feb 17, 2013 at 05:10:55PM -0800, Eric W. Biederman wrote: > From: "Eric W. Biederman" > > xfs_get_projid is torturous to read and it will not work at all when > project ids are stored in a kprojid_t. So add a i_projid to > xfs_inode, that is cheap to read and can handle future needs,

Re: [PATCH review 02/16] xfs: Store projectid as a single variable.

2013-02-18 Thread Dave Chinner
On Sun, Feb 17, 2013 at 05:10:55PM -0800, Eric W. Biederman wrote: From: Eric W. Biederman ebied...@xmission.com xfs_get_projid is torturous to read and it will not work at all when project ids are stored in a kprojid_t. So add a i_projid to xfs_inode, that is cheap to read and can handle

[PATCH review 02/16] xfs: Store projectid as a single variable.

2013-02-17 Thread Eric W. Biederman
From: "Eric W. Biederman" xfs_get_projid is torturous to read and it will not work at all when project ids are stored in a kprojid_t. So add a i_projid to xfs_inode, that is cheap to read and can handle future needs, and update all callers of xfs_get_projid to use i_projid. Retain

[PATCH review 02/16] xfs: Store projectid as a single variable.

2013-02-17 Thread Eric W. Biederman
From: Eric W. Biederman ebied...@xmission.com xfs_get_projid is torturous to read and it will not work at all when project ids are stored in a kprojid_t. So add a i_projid to xfs_inode, that is cheap to read and can handle future needs, and update all callers of xfs_get_projid to use i_projid.