Re: [PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-28 Thread Jeff Moyer
Dan Williams writes: > Similar to the file_inode() helper, provide a helper to lookup the inode for a > raw block device itself. > > Cc: Al Viro > Suggested-by: Jan Kara > Signed-off-by: Dan Williams Reviewed-by: Jeff Moyer > --- > fs/block_dev.c | 19 --- > 1 file

Re: [PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-28 Thread Jeff Moyer
Dan Williams writes: > Similar to the file_inode() helper, provide a helper to lookup the inode for a > raw block device itself. > > Cc: Al Viro > Suggested-by: Jan Kara > Signed-off-by: Dan Williams

Re: [PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-22 Thread Jan Kara
On Thu 22-10-15 13:10:38, Dan Williams wrote: > Similar to the file_inode() helper, provide a helper to lookup the inode for a > raw block device itself. > > Cc: Al Viro > Suggested-by: Jan Kara > Signed-off-by: Dan Williams Looks good. You can add: Reviewed-by: Jan Kara

[PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-22 Thread Dan Williams
Similar to the file_inode() helper, provide a helper to lookup the inode for a raw block device itself. Cc: Al Viro Suggested-by: Jan Kara Signed-off-by: Dan Williams --- fs/block_dev.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/fs/block_dev.c

[PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-22 Thread Dan Williams
Similar to the file_inode() helper, provide a helper to lookup the inode for a raw block device itself. Cc: Al Viro Suggested-by: Jan Kara Signed-off-by: Dan Williams --- fs/block_dev.c | 19 --- 1 file

Re: [PATCH v2 4/5] block: introduce bdev_file_inode()

2015-10-22 Thread Jan Kara
On Thu 22-10-15 13:10:38, Dan Williams wrote: > Similar to the file_inode() helper, provide a helper to lookup the inode for a > raw block device itself. > > Cc: Al Viro > Suggested-by: Jan Kara > Signed-off-by: Dan Williams