aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2024-04-17 00:28:03 -0400
committerAl Viro <[email protected]>2024-05-02 17:23:30 -0400
commit3a52c03d1ece8f480d6a6c35d92f7c1c6215d2a6 (patch)
tree5c030f80b831f9d17ccdef81b88070ddb2489d6e /tools/perf/scripts/python/export-to-postgresql.py
parentaf63dd715a5c6b66bbd1485c2189b92c1a3fba41 (diff)
pktcdvd: sort set_blocksize() calls out
1) it doesn't make any sense to have ->open() call set_blocksize() on the device being opened - the caller will override that anyway. 2) setting block size on underlying device, OTOH, ought to be done when we are opening it exclusive - i.e. as part of pkt_open_dev(). Having it done at setup time doesn't guarantee us anything about the state at the time we start talking to it. Worse, if you happen to have the underlying device containing e.g. ext2 with 4Kb blocks that is currently mounted r/o, that set_blocksize() will confuse the hell out of filesystem. Reviewed-by: Christoph Hellwig <[email protected]> Reviewed-by: Christian Brauner <[email protected]> Signed-off-by: Al Viro <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions