diff options
author | Christoph Hellwig <hch@lst.de> | 2021-08-23 09:33:57 +0200 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2021-08-23 10:01:11 +0200 |
commit | 560a3915e3df09125d7b20088a177b2872d2d680 (patch) | |
tree | e6c110218ec2e49702e4866674d7daf5035be381 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 89843828399ec825f8ec3e614634a428a951a2b3 (diff) |
mtd_blkdevs: remove blktrans_ref_mutex
blktrans_ref_mutex is not actually needed. The kref is serialized
internally, and devnum assignment in add_mtd_blktrans_dev happens before
the disk is added and thus any of the block_device_operations methods
otherwise using it are called. It is also already serialized by the
global mtd_table_mutex.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20210823073359.705281-7-hch@lst.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions