summaryrefslogtreecommitdiff
path: root/patches/0013-fix-makefile-includes/bluetooth.patch
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2018-09-19 11:02:27 +0200
committerJohannes Berg <johannes.berg@intel.com>2018-09-19 11:04:02 +0200
commit30a378636e473278ff65800b1fe58822e36d716c (patch)
tree298124095bac5b6a626216ad6d6c5707cc9a678d /patches/0013-fix-makefile-includes/bluetooth.patch
parent0795d050c62e04c7c4fd7fcb554756e6adb4ec64 (diff)
backports: speed up netdev destructor spatch by two orders of magnitude
As reported by Hauke, and analyzed by Julia, the netdev destructor spatch is really slow because <... ...> means 0 or more hits, and thus the spatch has to be applied on all files. However, we don't really need it to be this way, so use <+... ...+> which allows it to reject almost all files immediately, cutting down the processing time by more than two orders of magnitude as it only has to touch a handful of files, rather than all. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'patches/0013-fix-makefile-includes/bluetooth.patch')
0 files changed, 0 insertions, 0 deletions