OK...
> Add put_inode: force_delete, into your super_operations and replace
> your call of iget() with
>
> inode = new_inode(sb);
> if (inode) {
> inode->i_ino = whatever;
> /* stuff you've used to do in devfs_read_inode */
> }
>
> Notice that here you have pointer to 'entry', so there is no problem
> with passing it. ->read_inode() simply goes away. Besides, that way
> you don't pollute icache hash chains - devfs inodes stay out of hash.
Um, what will happen to inode change events? What exactly is the
purpose of these hash chains?
Regards,
Richard....
Permanent: rgooch@atnf.csiro.au
Current: rgooch@ras.ucalgary.ca
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/