diff options
Diffstat (limited to 'fs/aufs/super.h')
-rw-r--r-- | fs/aufs/super.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/aufs/super.h b/fs/aufs/super.h index b8ca14994..e4ac866e7 100644 --- a/fs/aufs/super.h +++ b/fs/aufs/super.h @@ -266,7 +266,7 @@ void au_iarray_free(struct inode **a, unsigned long long max); /* sbinfo.c */ void au_si_free(struct kobject *kobj); int au_si_alloc(struct super_block *sb); -int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr); +int au_sbr_realloc(struct au_sbinfo *sbinfo, int nbr, int may_shrink); unsigned int au_sigen_inc(struct super_block *sb); aufs_bindex_t au_new_br_id(struct super_block *sb); |