[dm-devel] [PATCH v2] dm: avoid filesystem lookup in dm_get_dev_t()

2021-01-21 Thread mwilck
From: Hannes Reinecke This reverts commit 644bda6f3460 ("dm table: fall back to getting device using name_to_dev_t()") dm_get_dev_t() is just used to convert an arbitrary 'path' string into a dev_t. It doesn't presume that the device is present; that check will be done later, as the only caller

Re: [dm-devel] [PATCH v2] dm: avoid filesystem lookup in dm_get_dev_t()

2021-01-21 Thread Mike Snitzer
On Thu, Jan 21 2021 at 12:53pm -0500, Christoph Hellwig wrote: > Looks good, > > Reviewed-by: Christoph Hellwig > > Mike, Jens - can we make sure this goes in before branching off the > block branch for 5.12? I have some work pending that would otherwise > conflict. Sure, I'll do my part to

Re: [dm-devel] [PATCH v2] dm: avoid filesystem lookup in dm_get_dev_t()

2021-01-21 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig Mike, Jens - can we make sure this goes in before branching off the block branch for 5.12? I have some work pending that would otherwise conflict. -- dm-devel mailing list dm-devel@redhat.com https://www.redhat.com/mailman/listinfo/dm-devel