Re: [PATCH review 08/16] xfs: Use kprojids when allocating inodes.

2013-02-18 Thread Dave Chinner
On Sun, Feb 17, 2013 at 05:11:01PM -0800, Eric W. Biederman wrote: > From: "Eric W. Biederman" > > In xfs_create and xfs_symlink compute the desired kprojid and pass it > down into xfs_ialloc. NACK. The first time you posted this code I NACKed it because: >> This sort of thing just makes me cr

[PATCH review 08/16] xfs: Use kprojids when allocating inodes.

2013-02-17 Thread Eric W. Biederman
From: "Eric W. Biederman" In xfs_create and xfs_symlink compute the desired kprojid and pass it down into xfs_ialloc. Cc: Ben Myers Cc: Alex Elder Cc: Dave Chinner Signed-off-by: "Eric W. Biederman" --- fs/xfs/xfs_inode.c|5 +++-- fs/xfs/xfs_inode.h|2 +- fs/xfs/xfs_qm.c