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 chang

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