/*
* linux/fs/minix/bitmap.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/* bitmap.c contains...the code that handles the inode and block bitmaps */
#ifdef MODULE
#include linux/module.h>
#endif...#include linux/sched.h>
#include linux/minix_fs.h>
#include linux/stat.h>
#include linux/kernel.h...>
#include linux/string.h>
#include
static int nibblemap[] = { 0,1,1,2,1,2,2,3,1,2,2,3,2,3,3,4...clear_bit(ino & 8191, bh->b_data))
printk("free_inode: bit %lu already cleared.