Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 217792
b: refs/heads/master
c: a8dade3
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Oct 26, 2010
1 parent 0b2e44e commit df1bf9a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 61ebdb4254e3ecb59022d2c730b57b04d0eeecc6
refs/heads/master: a8dade34e3df581bc36ca2afe6e27055e178801c
1 change: 0 additions & 1 deletion trunk/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 trunk/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 trunk/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 df1bf9a

Please sign in to comment.