Re: [PATCH/RFC] Replacing iget4/read_inode2 with icreate
From: Kai Henningsen <hidden>
Date: 2002-05-01 16:17:00
From: Kai Henningsen <hidden>
Date: 2002-05-01 16:17:00
jaharkes@cs.cmu.edu (Jan Harkes) wrote on 30.04.02 in [ref]:
+iget4() and the read_inode2 callback have been superceded by icreate() +which has the following prototype, + + struct inode *icreate(struct super_block *sb, unsigned long ino, + void (*test)(struct inode *, void *),
Surely test doesn't return a void?! MfG Kai