fn forget_one(
    inodes: &mut MultikeyBTreeMap<Inode, InodeAltKey, Arc<InodeData>>,
    inode: Inode,
    count: u64
) -> bool
Expand description

Decrements the refcount of the inode. Returns true if the refcount became 0.