[Question] does iput(iget(...)) work?

G. Allen Morris III (gam3@harpo.ixlabs.com)
Sun, 28 Feb 1999 15:37:37 -0800


I am using iget to find inodes in the NFS code.

My problem is that if the inode is not active iget() still
returns a pointer. But an iput() then gives:

Feb 28 15:28:51 harpo kernel: EXT2-fs warning (device 16:07): ext2_free_blocks: bit already cleared for block 82191
Feb 28 15:28:51 harpo kernel: EXT2-fs warning (device 16:07): ext2_free_inode: bit already cleared for inode 20409

Is this just over-agressive logging?

Allen

--
Allen Morris <gam3@acm.org>

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/