Re: [patch 05/10] vfs: pass data to alloc_inode super operation

2012-10-31 Thread Jeff Moyer
Al Viro writes: > On Tue, Oct 30, 2012 at 08:51:42PM +, Al Viro wrote: >> On Tue, Oct 30, 2012 at 04:14:39PM -0400, Jeff Moyer wrote: >> > This patch passes a data pointer along to the alloc_inode >> > super_operations function. The value will initially be used by >> > bdev_alloc_inode to al

Re: [patch 05/10] vfs: pass data to alloc_inode super operation

2012-10-30 Thread Al Viro
On Tue, Oct 30, 2012 at 08:51:42PM +, Al Viro wrote: > On Tue, Oct 30, 2012 at 04:14:39PM -0400, Jeff Moyer wrote: > > This patch passes a data pointer along to the alloc_inode > > super_operations function. The value will initially be used by > > bdev_alloc_inode to allocate the bdev_inode on

Re: [patch 05/10] vfs: pass data to alloc_inode super operation

2012-10-30 Thread Al Viro
On Tue, Oct 30, 2012 at 04:14:39PM -0400, Jeff Moyer wrote: > This patch passes a data pointer along to the alloc_inode > super_operations function. The value will initially be used by > bdev_alloc_inode to allocate the bdev_inode on the same numa > node as the device to which it is tied. Yecchhh

[patch 05/10] vfs: pass data to alloc_inode super operation

2012-10-30 Thread Jeff Moyer
This patch passes a data pointer along to the alloc_inode super_operations function. The value will initially be used by bdev_alloc_inode to allocate the bdev_inode on the same numa node as the device to which it is tied. Signed-off-by: Jeff Moyer --- fs/afs/super.c |5 +++-- fs/blo