Re: [PATCH] block: update locking context for blk_free_devt

2014-10-13 Thread Jens Axboe
On 2014-10-13 14:26, Dmitry Monakhov wrote: Jens Axboe writes: On 2014-10-13 12:35, Dmitry Monakhov wrote: After 2da78092 this function will not longer sleepy Signed-off-by: Dmitry Monakhov --- block/genhd.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/bl

Re: [PATCH] block: update locking context for blk_free_devt

2014-10-13 Thread Dmitry Monakhov
Jens Axboe writes: > On 2014-10-13 12:35, Dmitry Monakhov wrote: >> After 2da78092 this function will not longer sleepy >> >> Signed-off-by: Dmitry Monakhov >> --- >> block/genhd.c |4 +--- >> 1 files changed, 1 insertions(+), 3 deletions(-) >> >> diff --git a/block/genhd.c b/block/genhd.

Re: [PATCH] block: update locking context for blk_free_devt

2014-10-13 Thread Jens Axboe
On 2014-10-13 12:35, Dmitry Monakhov wrote: After 2da78092 this function will not longer sleepy Signed-off-by: Dmitry Monakhov --- block/genhd.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/block/genhd.c b/block/genhd.c index 09da5e4..ae9aaa5 100644 --- a/block

[PATCH] block: update locking context for blk_free_devt

2014-10-13 Thread Dmitry Monakhov
After 2da78092 this function will not longer sleepy Signed-off-by: Dmitry Monakhov --- block/genhd.c |4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/block/genhd.c b/block/genhd.c index 09da5e4..ae9aaa5 100644 --- a/block/genhd.c +++ b/block/genhd.c @@ -441,12 +441,10