Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6

This commit is contained in:
Niv Sardi
2008-11-07 15:07:12 +11:00
84 changed files with 8185 additions and 10267 deletions

View File

@@ -1874,7 +1874,9 @@ extern loff_t default_llseek(struct file *file, loff_t offset, int origin);
extern loff_t vfs_llseek(struct file *file, loff_t offset, int origin);
extern struct inode * inode_init_always(struct super_block *, struct inode *);
extern void inode_init_once(struct inode *);
extern void inode_add_to_lists(struct super_block *, struct inode *);
extern void iput(struct inode *);
extern struct inode * igrab(struct inode *);
extern ino_t iunique(struct super_block *, ino_t);