aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2016-07-20 10:53:22 +1000
committerDave Chinner <david@fromorbit.com>2016-07-20 10:53:22 +1000
commit0b4db5dff3599b46957bfd8a4c66945c915e26d3 (patch)
tree879b457f05e511e302fb138b7e8782fdfcc73aaf /tools/perf/scripts/python/bin
parentxfs: fix xfs_error_get_cfg for negative errnos (diff)
downloadlinux-0b4db5dff3599b46957bfd8a4c66945c915e26d3.tar.gz
linux-0b4db5dff3599b46957bfd8a4c66945c915e26d3.zip
xfs: remove extraneous buffer flag changes
Fix up a couple places where extra flag manipulation occurs. In the first case we clear XBF_ASYNC and then immediately reset it - so don't bother clearing in the first place. In the 2nd case we are at a point in the function where the buffer must already be async, so there is no need to reset it. Add consistent spacing around the " | " while we're at it. Signed-off-by: Eric Sandeen <sandeen@redhat.com> Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com> Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
>ath11k: fix incorrect wmi param for configuring HE operationPradeep Kumar Chitrapu1-1/+1 2020-12-09ath11k: unlock on error path in ath11k_mac_op_add_interface()Dan Carpenter1-2/+2 2020-12-09wcn36xx: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1 2020-12-09carl9170: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1 2020-12-09ath5k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1 2020-12-09ath11k: fix rmmod failure if qmi sequence failsAnilkumar Kolli5-14/+46 2020-12-08carl9170: remove trailing semicolon in macro definitionTom Rix1-2/+2 2020-12-08ath11k: pci: add MODULE_FIRMWARE macrosDevin Bayer1-0/+5 2020-12-07ath9k: remove trailing semicolon in macro definitionTom Rix2-2/+2 2020-12-07ath11k: Ignore resetting peer auth flag in peer assoc cmdSeevalamuthu Mariappan1-3/+7 2020-12-07ath11k: add 64bit check before reading msi high addrAnilkumar Kolli2-2/+10 2020-12-07ath10k: fix a check patch warning returnNonBoolInBooleanFunction of sdio.cWen Gong1-1/+1 2020-12-06mlxsw: spectrum_router: Reduce mlxsw_sp_ipip_fib_entry_op_gre4()Jiri Pirko4-56/+19 2020-12-06mlxsw: spectrum: Bump minimum FW version to xx.2008.2018Petr Machata1-3/+3 2020-12-06mlxsw: core_acl: Use an array instead of a struct with a zero-length arrayIdo Schimmel1-15/+11 2020-12-06mlxsw: spectrum_mr: Use flexible-array member instead of zero-length arrayIdo Schimmel1-1/+1 2020-12-06mlxsw: core: Trace EMAD eventsIdo Schimmel1-0/+7 2020-12-06selftests: mlxsw: Test RIF's reference count when joining a LAGIdo Schimmel1-0/+43 2020-12-06mlxsw: spectrum: Apply RIF configuration when joining a LAGIdo Schimmel3-7/+45 2020-12-05r8169: make NUM_RX_DESC a signed intHeiner Kallweit1-3/+3 2020-12-05r8169: improve rtl_rxHeiner Kallweit1-10/+5 2020-12-05net: fix spelling mistake "wil" -> "will" in KconfigColin Ian King1-1/+1 2020-12-05enetc: Fix unused var build warning for CONFIG_OFArnd Bergmann1-11/+10 2020-12-05ptp: Add clock driver for the OpenCompute TimeCard.Jonathan Lemon3-0/+413 2020-12-04net/nfc/nci: Support NCI 2.x initial sequenceBongsu Jeon4-16/+138 2020-12-04selftests: forwarding: Add MPLS L2VPN testGuillaume Nault3-0/+196 2020-12-04net: bna: remove trailing semicolon in macro definitionTom Rix1-9/+9 2020-12-04tipc: support 128bit node identity for peer removingHoang Le1-3/+18 2020-12-04nfp: Replace zero-length array with flexible-array memberSimon Horman2-2/+2 2020-12-04nfc: s3fwrn5: skip the NFC bootloader modeBongsu Jeon3-12/+23 2020-12-04net-zerocopy: Defer vm zap unless actually needed.Arjun Roy2-50/+99 2020-12-04net-zerocopy: Set zerocopy hint when data is copiedArjun Roy1-0/+45 2020-12-04net-zerocopy: Introduce short-circuit small reads.Arjun Roy1-0/+36 2020-12-04net-zerocopy: Fast return if inq < PAGE_SIZEArjun Roy1-0/+8 2020-12-04net-zerocopy: Refactor frag-is-remappable test.Arjun Roy1-8/+26 2020-12-04net-zerocopy: Refactor skb frag fast-forward op.Arjun Roy1-9/+26 2020-12-04net-tcp: Introduce tcp_recvmsg_locked().Arjun Roy1-30/+39 2020-12-04net-zerocopy: Copy straggler unaligned data for TCP Rx. zerocopy.Arjun Roy2-16/+70