-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.12 compat, 4.0 compat for super_operations shrinker callbacks
3.12 API change - A node ID argument was added to the nr_cached_objects and free_cached_objects callbacks in struct super_operations. 4.0 API change - The node ID and nr_to_scan arguments to the nr_cached_objects and free_cached_objects callbacks in struct super_operations were replaced with a single struct shrink_control argument. Also, the return value from each callback should be long.
- Loading branch information
Showing
3 changed files
with
125 additions
and
14 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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