aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorFinn Thain <[email protected]>2018-12-31 16:44:09 +1100
committerJens Axboe <[email protected]>2018-12-31 10:19:15 -0700
commit296dcc40f2f2e402facf7cd26cf3f2c8f4b17d47 (patch)
treef89c21a86cbe94b244c5c0bcb2799813576d4bf0 /tools/perf/scripts/python/export-to-postgresql.py
parentf3010ec5b7963b63f5f455725f947a95e55e0c03 (diff)
block/swim3: Fix -EBUSY error when re-opening device after unmount
When the block device is opened with FMODE_EXCL, ref_count is set to -1. This value doesn't get reset when the device is closed which means the device cannot be opened again. Fix this by checking for refcount <= 0 in the release method. Reported-and-tested-by: Stan Johnson <[email protected]> Fixes: 1da177e4c3f4 ("Linux-2.6.12-rc2") Cc: [email protected] Signed-off-by: Finn Thain <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions