This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // dotdot.m | |
| // dotdot | |
| // | |
| // Created by roooot on 03.08.26. | |
| // Copyright (C) 2026 roooot | |
| // | |
| // This program is free software: you can redistribute it and/or modify | |
| // it under the terms of the GNU Affero General Public License as published | |
| // by the Free Software Foundation, either version 3 of the License, or |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h | |
| index 773a335c2c5e..81912555c374 100644 | |
| --- a/include/linux/netdevice.h | |
| +++ b/include/linux/netdevice.h | |
| @@ -527,13 +527,7 @@ void napi_disable(struct napi_struct *n); | |
| * Resume NAPI from being scheduled on this context. | |
| * Must be paired with napi_disable. | |
| */ | |
| -static inline void napi_enable(struct napi_struct *n) | |
| -{ |