aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/futex/requeue.c
diff options
context:
space:
mode:
authorLogan Gunthorpe <logang@deltatee.com>2022-06-16 13:19:39 -0600
committerJens Axboe <axboe@kernel.dk>2022-08-02 17:14:42 -0600
commit0a2d1694de6095dadbc99a6eb803ebab381de09e (patch)
tree9e5fbb04ebf663a8fad3fed314efdcd9ae400bc7 /kernel/futex/requeue.c
parentmd/raid5: Move read_seqcount_begin() into make_stripe_request() (diff)
downloadlinux-0a2d1694de6095dadbc99a6eb803ebab381de09e.tar.gz
linux-0a2d1694de6095dadbc99a6eb803ebab381de09e.zip
md/raid5: Refactor for loop in raid5_make_request() into while loop
The for loop with retry label can be more cleanly expressed as a while loop by moving the logical_sector increment into the success path. No functional changes intended. Signed-off-by: Logan Gunthorpe <logang@deltatee.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Song Liu <song@kernel.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'kernel/futex/requeue.c')
0 files changed, 0 insertions, 0 deletions
span> 2017-11-06KVM: arm/arm64: Move phys_timer_emulate functionChristoffer Dall1-16/+16 2017-11-06KVM: arm/arm64: Use kvm_arm_timer_set/get_reg for guest register trapsChristoffer Dall1-27/+14 2017-11-06KVM: arm/arm64: Support EL1 phys timer register access in set/get regChristoffer Dall3-2/+43 2017-11-06KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exitChristoffer Dall3-94/+178 2017-11-06KVM: arm/arm64: Set VCPU affinity for virt timer irqChristoffer Dall1-0/+9 2017-11-06KVM: arm/arm64: Move timer save/restore out of the hyp codeChristoffer Dall8-52/+95 2017-11-06KVM: arm/arm64: Use separate timer for phys timer emulationChristoffer Dall2-5/+19 2017-11-06KVM: arm/arm64: Move timer/vgic flush/sync under disabled irqChristoffer Dall1-13/+13 2017-11-06KVM: arm/arm64: Rename soft timer to bg_timerChristoffer Dall2-10/+10 2017-11-06KVM: arm/arm64: Make timer_arm and timer_disarm helpers more genericChristoffer Dall2-25/+11 2017-11-06KVM: arm/arm64: Check that system supports split eoi/deactivateChristoffer Dall2-4/+10 2017-11-06KVM: arm/arm64: Support calling vgic_update_irq_pending from irq contextChristoffer Dall8-72/+107 2017-11-06KVM: arm/arm64: Guard kvm_vgic_map_is_active against !vgic_initializedChristoffer Dall1-0/+3 2017-11-06arm64: Use physical counter for in-kernel reads when booted in EL2Christoffer Dall2-5/+9 2017-11-06arm64: Implement arch_counter_get_cntpct to read the physical counterChristoffer Dall2-5/+26 2017-11-02irqchip: mips-gic: Make IPI bitmaps staticPaul Burton1-2/+2 2017-11-02irqchip: mips-gic: Share register writes in gic_set_type()Paul Burton1-23/+23 2017-11-02irqchip: mips-gic: Remove gic_vpes variablePaul Burton1-5/+0 2017-11-02irqchip: mips-gic: Use num_possible_cpus() to reserve IPIsPaul Burton1-5/+7 2017-11-02irqchip: mips-gic: Configure EIC when CPUs come onlinePaul Burton1-7/+5 2017-11-02irqchip: mips-gic: Mask local interrupts when CPUs come onlinePaul Burton1-10/+4 2017-11-02irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2-16/+57 2017-11-02irqchip: mips-gic: Inline gic_local_irq_domain_map()Paul Burton1-36/+22 2017-11-02irqchip/meson-gpio: add support for Meson8 SoCsMartin Blumenstingl2-0/+6 2017-11-02irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang1-2/+2 2017-11-02irqchip/gic: Deal with broken firmware exposing only 4kB of GICv2 CPU interfaceMarc Zyngier2-9/+69 2017-11-02irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier2-2/+18 2017-11-01irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick1-4/+2 2017-10-31irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park1-5/+1 2017-10-29genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall1-1/+2 2017-10-20irqchip/meson: Disable COMPILE_TESTThomas Gleixner1-1/+1 2017-10-19irqchip/aspeed-i2c-ic: Fix return value check in aspeed_i2c_ic_of_init()Wei Yongjun1-2/+2 2017-10-19irqchip/meson: Add support for gpio interrupt controllerJerome Brunet3-0/+423