summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorYang Guo <guoyang2@huawei.com>2021-04-01 15:03:30 +0800
committerTheodore Ts'o <tytso@mit.edu>2021-04-09 12:55:28 -0400
commit3cd461712cb450ea6aa8a8200f35f24eb296bfb2 (patch)
treeca9254cbf74dac7492060d30dd826b4c9cf5afcd /tools/perf/scripts/python/net_dropmonitor.py
parent72ffb49a7b623c92a37657eda7cc46a06d3e8398 (diff)
downloadkernel-3cd461712cb450ea6aa8a8200f35f24eb296bfb2.tar.gz
ext4: delete redundant uptodate check for buffer
The buffer uptodate state has been checked in function set_buffer_uptodate, there is no need use buffer_uptodate before calling set_buffer_uptodate and delete it. Cc: "Theodore Ts'o" <tytso@mit.edu> Cc: Andreas Dilger <adilger.kernel@dilger.ca> Signed-off-by: Yang Guo <guoyang2@huawei.com> Signed-off-by: Shaokun Zhang <zhangshaokun@hisilicon.com> Reviewed-by: Ritesh Harjani <ritesh.list@gmail.com> Link: https://lore.kernel.org/r/1617260610-29770-1-git-send-email-zhangshaokun@hisilicon.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
master&id=453b0c3f6910672f79da354077af728d92f95c5b'>mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar 2013-08-22mwifiex: do not create AP and P2P interfaces upon driver loadingBing Zhao 2013-08-01mwifiex: fix adapter pointer dereference issueAmitkumar Karwar 2013-07-26mwifiex: handle driver initialization error pathsAmitkumar Karwar 2013-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville 2013-07-24mwifiex: move if_ops.cleanup_if() callAmitkumar Karwar 2013-07-24mwifiex: move del_timer_sync(scan_delay_timer) call to fix memleakAmitkumar Karwar 2013-07-22mwifiex: fix IRQ enable/disableDaniel Drake 2013-06-17mwifiex: fix memory corruption when unsetting multicast listDaniel Drake 2013-06-12mwifiex: fix regression issue for usb interfaceAmitkumar Karwar 2013-05-29Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville 2013-05-22mwifiex: add calibration data download featureAmitkumar Karwar 2013-05-22mwifiex: remove global user_scan_cfg variableAmitkumar Karwar 2013-05-08mwifiex: fix memory leak issue when driver unloadAmitkumar Karwar 2013-03-08mwifiex: Trigger a card reset on reaching tx_timeout thresholdAshok Nagarajan 2012-11-14mwifiex: process RX packets in SDIO IRQ thread directlyBing Zhao 2012-11-14mwifiex: add multi-queue supportAvinash Patil 2012-10-29mwifiex: abort scan upon interface downAmitkumar Karwar 2012-09-28mwifiex: add P2P interfaceStone Piao 2012-09-28mwifiex: implement cfg80211 mgmt_tx handlerStone Piao 2012-09-11mwifiex: have same priority for AP and station trafficAmitkumar Karwar 2012-08-06mwifiex: improve scan delay logic during Tx trafficAmitkumar Karwar 2012-07-12cfg80211: use wireless_dev for interface managementJohannes Berg 2012-06-22mwifiex: wake up main thread to handle Tx traffic if scan is delayed/abortedAmitkumar Karwar 2012-06-11mwifiex: fix simultaneous scan and Tx traffic problemAmitkumar Karwar 2012-05-16mwifiex: retrieve IEs from cfg80211_beacon_data and send to firmwareAvinash Patil 2012-05-16mwifiex: add custom IE frameworkAvinash Patil 2012-05-16mwifiex: support for creation of AP interfaceAvinash Patil 2012-05-16mwifiex: allocate space for one more mwifiex_private structureAvinash Patil 2012-04-23mwifiex: add support for Marvell USB8797 chipsetAmitkumar Karwar 2012-04-12mwifiex: use asynchronous firmware loadingAmitkumar Karwar 2012-04-12wireless, mwifiex: drop redundant NULL test before call to release_firmware()Jesper Juhl 2012-03-14mwifiex: fix checkpatch --strict warnings/errors Part 4Yogesh Ashok Powar