--- include/linux/fs.h | 1 + 1 file changed, 1 insertion(+) Index: slub/include/linux/fs.h =================================================================== --- slub.orig/include/linux/fs.h 2007-05-19 19:29:24.000000000 -0700 +++ slub/include/linux/fs.h 2007-05-19 19:30:16.000000000 -0700 @@ -1180,6 +1180,7 @@ struct super_operations { void (*put_inode) (struct inode *); void (*drop_inode) (struct inode *); void (*delete_inode) (struct inode *); + void (*shrink_inodes) (int nr); void (*put_super) (struct super_block *); void (*write_super) (struct super_block *); int (*sync_fs)(struct super_block *sb, int wait);