diff --git a/[refs] b/[refs] index 61a5eb9551e4..fc17651f55ac 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b01ec0ef63e95570e2463b26333d9c9c854cb941 +refs/heads/master: 5d2bea4582d20cb24085152acaa29b95c05cdcf8 diff --git a/trunk/fs/inode.c b/trunk/fs/inode.c index d8d04bd72b59..fd568caf7f74 100644 --- a/trunk/fs/inode.c +++ b/trunk/fs/inode.c @@ -770,7 +770,7 @@ EXPORT_SYMBOL(igrab); * * Note, @test is called with the inode_lock held, so can't sleep. */ -static inline struct inode *ifind(struct super_block *sb, +static struct inode *ifind(struct super_block *sb, struct hlist_head *head, int (*test)(struct inode *, void *), void *data, const int wait) { @@ -804,7 +804,7 @@ static inline struct inode *ifind(struct super_block *sb, * * Otherwise NULL is returned. */ -static inline struct inode *ifind_fast(struct super_block *sb, +static struct inode *ifind_fast(struct super_block *sb, struct hlist_head *head, unsigned long ino) { struct inode *inode;