Skip to content

Commit

Permalink
unexport invalidate_inodes
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Al Viro committed Oct 26, 2010
1 parent 61ebdb4 commit a8dade3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion fs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,6 @@ int invalidate_inodes(struct super_block *sb)

return busy;
}
EXPORT_SYMBOL(invalidate_inodes);

static int can_unuse(struct inode *inode)
{
Expand Down
5 changes: 5 additions & 0 deletions fs/internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,8 @@ extern void put_super(struct super_block *sb);
struct nameidata;
extern struct file *nameidata_to_filp(struct nameidata *);
extern void release_open_intent(struct nameidata *);

/*
* inode.c
*/
extern int invalidate_inodes(struct super_block *);
1 change: 0 additions & 1 deletion include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,6 @@ extern int check_disk_change(struct block_device *);
extern int __invalidate_device(struct block_device *);
extern int invalidate_partition(struct gendisk *, int);
#endif
extern int invalidate_inodes(struct super_block *);
unsigned long invalidate_mapping_pages(struct address_space *mapping,
pgoff_t start, pgoff_t end);

Expand Down

0 comments on commit a8dade3

Please sign in to comment.