diff options
Diffstat (limited to 'fs/aufs/super.h')
-rw-r--r-- | fs/aufs/super.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/aufs/super.h b/fs/aufs/super.h index e0f588ef2..d15172962 100644 --- a/fs/aufs/super.h +++ b/fs/aufs/super.h @@ -266,7 +266,6 @@ extern struct file_system_type aufs_fs_type; struct inode *au_iget_locked(struct super_block *sb, ino_t ino); typedef unsigned long long (*au_arraycb_t)(struct super_block *sb, void *array, unsigned long long max, void *arg); -void au_array_free(void *array); void *au_array_alloc(unsigned long long *hint, au_arraycb_t cb, struct super_block *sb, void *arg); struct inode **au_iarray_alloc(struct super_block *sb, unsigned long long *max); |