diff options
author | 2020-11-09 17:52:02 +0100 | |
---|---|---|
committer | 2020-12-01 14:53:39 -0700 | |
commit | 612c6aa7817f1c89b6a92fc724331aa7c9d77f6e (patch) | |
tree | 7a48c0f8c7a7e5533e6bba99884280cc413a341b /tools/perf/scripts/python/export-to-postgresql.py | |
parent | block: use put_device in put_disk (diff) | |
download | wireguard-linux-612c6aa7817f1c89b6a92fc724331aa7c9d77f6e.tar.xz wireguard-linux-612c6aa7817f1c89b6a92fc724331aa7c9d77f6e.zip |
block: change the hash used for looking up block devices
Adding the minor to the major creates tons of pointless conflicts. Just
use the dev_t itself, which is 32-bits and thus is guaranteed to fit
into ino_t.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions