Re: [PATCH] fs/block_dev: remove vfs_msg() interface

2017-10-12 Thread Jens Axboe
On 10/12/2017 12:11 PM, Dan Williams wrote: > On Thu, Oct 12, 2017 at 9:58 AM, Rakesh Pandit wrote: >> Replaced by pr_err usage in commit ef51042472f5 ("block, dax: move >> "select DAX" from BLOCK to FS_DAX") >> >> Signed-off-by: Rakesh Pandit >> Acked-by: Ross Zwisler >> --- >> >> Al, May you c

Re: [PATCH] fs/block_dev: remove vfs_msg() interface

2017-10-12 Thread Dan Williams
On Thu, Oct 12, 2017 at 9:58 AM, Rakesh Pandit wrote: > Replaced by pr_err usage in commit ef51042472f5 ("block, dax: move > "select DAX" from BLOCK to FS_DAX") > > Signed-off-by: Rakesh Pandit > Acked-by: Ross Zwisler > --- > > Al, May you consider queuing this for v4.15 ? Thank you. Should go

[PATCH] fs/block_dev: remove vfs_msg() interface

2017-10-12 Thread Rakesh Pandit
Replaced by pr_err usage in commit ef51042472f5 ("block, dax: move "select DAX" from BLOCK to FS_DAX") Signed-off-by: Rakesh Pandit Acked-by: Ross Zwisler --- Al, May you consider queuing this for v4.15 ? Thank you. fs/block_dev.c | 12 include/linux/blkdev.h | 11 ---

Re: [PATCH] fs/block_dev: remove vfs_msg() interface

2017-10-11 Thread Ross Zwisler
On Wed, Oct 11, 2017 at 6:08 AM, Rakesh Pandit wrote: > Replaced by pr_err usage in commit ef51042472f5 ("block, dax: move > "select DAX" from BLOCK to FS_DAX") > > Signed-off-by: Rakesh Pandit Acked-by: Ross Zwisler

[PATCH] fs/block_dev: remove vfs_msg() interface

2017-10-11 Thread Rakesh Pandit
Replaced by pr_err usage in commit ef51042472f5 ("block, dax: move "select DAX" from BLOCK to FS_DAX") Signed-off-by: Rakesh Pandit --- fs/block_dev.c | 12 include/linux/blkdev.h | 11 --- 2 files changed, 23 deletions(-) diff --git a/fs/block_dev.c b/fs/block_dev.