diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mbcache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mbcache.h b/include/linux/mbcache.h index d457859791cb..7738749e1285 100644 --- a/include/linux/mbcache.h +++ b/include/linux/mbcache.h @@ -10,7 +10,7 @@ struct mb_cache_entry; struct mb_cache_op { - void (*free)(struct mb_cache_entry *); + int (*free)(struct mb_cache_entry *, int); }; struct mb_cache { |
