summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-09-28 12:05:28 +0200
committerChristoph Hellwig <hch@lst.de>2020-10-07 07:56:18 +0200
commit658d9f7c2c7044f9978623e7f429b85bbb7553a3 (patch)
tree5d739d0262eeb04295d5663a5a5bc76e275d4c21 /tools/perf/scripts/python
parent310b30e575b1e2b9a569c3582062b79c5a562fb7 (diff)
nvme: set the queue limits in nvme_update_ns_info
Only set the queue limits once we have the real block size. This also updates the limits on a rescan if needed. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
15-rc4&id=b24413180f5600bcb3bb70fbed5cf186b60864bd'>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-07-20debug: Fix WARN_ON_ONCE() for modulesJosh Poimboeuf 2017-03-30debug: Add _ONCE() logic to report_bug()Peter Zijlstra 2017-03-30x86/debug: Define BUG() again for !CONFIG_BUGArnd Bergmann 2017-03-27x86/debug: Implement __WARN() using UD0Peter Zijlstra 2014-04-07x86: always define BUG() and HAVE_ARCH_BUG, even with !CONFIG_BUGJosh Triplett 2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo 2012-03-28Disintegrate asm/system.h for X86David Howells 2009-12-05x86: Convert BUG() to use unreachable()David Daney 2008-12-16allow bug table entries to use relative pointers (and use it on x86-64)Jan Beulich 2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin 2008-10-22x86, um: ... and asm-x86 moveAl Viro