mirror of
https://github.com/versity/scoutfs.git
synced 2026-08-20 22:26:42 +00:00
Remove unused scoutfs_free_unused_locks nr arg
The nr argument wasn't used. It always tries to free as many as the shrinker call will let it. Signed-off-by: Zach Brown <zab@versity.com>
This commit is contained in:
+1
-1
@@ -1571,7 +1571,7 @@ out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
void scoutfs_free_unused_locks(struct super_block *sb, unsigned long nr)
|
||||
void scoutfs_free_unused_locks(struct super_block *sb)
|
||||
{
|
||||
struct lock_info *linfo = SCOUTFS_SB(sb)->lock_info;
|
||||
struct shrink_control sc = {
|
||||
|
||||
Reference in New Issue
Block a user