summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnton Altaparmakov <aia21@cantab.net>2002-10-11 11:49:50 +0100
committerAnton Altaparmakov <aia21@cantab.net>2002-10-11 11:49:50 +0100
commitc7ab9103d889c3c537f2ce0bafcbd5583f2d7cb3 (patch)
tree19c28a80759d4363ba5148df1b2b21bf66abffe1 /include
parent5b3e724148a499aa18e1af3efaf979657f4edeca (diff)
parent738a231fbf4e1103786b3e7b4fb0f9ce07807951 (diff)
Merge cantab.net:/usr/src/bklinux-2.5
into cantab.net:/usr/src/linux-2.5-ilookup
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 207e0044a889..93148f1659b0 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1198,6 +1198,10 @@ extern ino_t iunique(struct super_block *, ino_t);
extern int inode_needs_sync(struct inode *inode);
extern void generic_delete_inode(struct inode *inode);
+extern struct inode *ilookup5(struct super_block *sb, unsigned long hashval,
+ int (*test)(struct inode *, void *), void *data);
+extern struct inode *ilookup(struct super_block *sb, unsigned long ino);
+
extern struct inode * iget5_locked(struct super_block *, unsigned long, int (*test)(struct inode *, void *), int (*set)(struct inode *, void *), void *);
extern struct inode * iget_locked(struct super_block *, unsigned long);
extern void unlock_new_inode(struct inode *);