dm: add local variables to clone_endio and __map_bio
authorMike Snitzer <snitzer@kernel.org>
Sat, 26 Mar 2022 17:46:06 +0000 (13:46 -0400)
committerMike Snitzer <snitzer@kernel.org>
Thu, 5 May 2022 21:31:34 +0000 (17:31 -0400)
commit6cbce280fc741c2057d574366318eafbeabbcfda
tree3159e96d02c64fbbf99358b7763e1ea1a8a38118
parentfe221db4192cf6c5f6b0be59e09025b05418e226
dm: add local variables to clone_endio and __map_bio

Avoid redundant dereferences in both functions.

Signed-off-by: Mike Snitzer <snitzer@kernel.org>
drivers/md/dm.c