dm thin metadata: remove needless work from __commit_transaction
authorMike Snitzer <snitzer@redhat.com>
Mon, 18 Jun 2018 15:57:51 +0000 (11:57 -0400)
committerMike Snitzer <snitzer@redhat.com>
Fri, 22 Jun 2018 18:51:11 +0000 (14:51 -0400)
commit7ccdbf85d3b2237cdbdafe6a47673dbdfab4b7a2
tree69afe72f69b3114b8eac18d301abba1b8ac8e316
parentf21c601a2bb319ec19eb4562eadc7797d90fd90e
dm thin metadata: remove needless work from __commit_transaction

Commit 5a32083d03fb5 ("dm: take care to copy the space map roots before
locking the superblock") properly removed the calls to dm_sm_root_size()
from __write_initial_superblock().  But the dm_sm_root_size() calls were
left dangling in __commit_transaction().

Fixes: 5a32083d03fb5 ("dm: take care to copy the space map roots before locking the superblock")
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-thin-metadata.c