mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-04-01 11:54:10 +00:00
unexport invalidate_inodes
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
61ebdb4254
commit
a8dade34e3
3 changed files with 5 additions and 2 deletions
|
@ -417,7 +417,6 @@ int invalidate_inodes(struct super_block *sb)
|
||||||
|
|
||||||
return busy;
|
return busy;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL(invalidate_inodes);
|
|
||||||
|
|
||||||
static int can_unuse(struct inode *inode)
|
static int can_unuse(struct inode *inode)
|
||||||
{
|
{
|
||||||
|
|
|
@ -101,3 +101,8 @@ extern void put_super(struct super_block *sb);
|
||||||
struct nameidata;
|
struct nameidata;
|
||||||
extern struct file *nameidata_to_filp(struct nameidata *);
|
extern struct file *nameidata_to_filp(struct nameidata *);
|
||||||
extern void release_open_intent(struct nameidata *);
|
extern void release_open_intent(struct nameidata *);
|
||||||
|
|
||||||
|
/*
|
||||||
|
* inode.c
|
||||||
|
*/
|
||||||
|
extern int invalidate_inodes(struct super_block *);
|
||||||
|
|
|
@ -2082,7 +2082,6 @@ extern int check_disk_change(struct block_device *);
|
||||||
extern int __invalidate_device(struct block_device *);
|
extern int __invalidate_device(struct block_device *);
|
||||||
extern int invalidate_partition(struct gendisk *, int);
|
extern int invalidate_partition(struct gendisk *, int);
|
||||||
#endif
|
#endif
|
||||||
extern int invalidate_inodes(struct super_block *);
|
|
||||||
unsigned long invalidate_mapping_pages(struct address_space *mapping,
|
unsigned long invalidate_mapping_pages(struct address_space *mapping,
|
||||||
pgoff_t start, pgoff_t end);
|
pgoff_t start, pgoff_t end);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue