Reviewed-by: Johannes Thumshirn
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
On Sat 28-11-20 17:14:41, Christoph Hellwig wrote:
> All of the current callers already have a reference, but to prepare for
> additional users ensure bdgrab returns NULL if the block device is beeing
^^^ being
> freed.
>
> Sign
On 11/28/20 5:14 PM, Christoph Hellwig wrote:
All of the current callers already have a reference, but to prepare for
additional users ensure bdgrab returns NULL if the block device is beeing
freed.
Signed-off-by: Christoph Hellwig
---
fs/block_dev.c | 6 +-
1 file changed, 5 insertions(
All of the current callers already have a reference, but to prepare for
additional users ensure bdgrab returns NULL if the block device is beeing
freed.
Signed-off-by: Christoph Hellwig
---
fs/block_dev.c | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/fs/block_dev.c b/f