예제 #1
0
파일: btree.c 프로젝트: danielbot/tux3
static void clean_main(struct sb *sb, struct inode *inode)
{
    log_finish(sb);
    log_finish_cycle(sb, 1);
    free_map(inode->map);
    destroy_defer_bfree(&sb->derollup);
    destroy_defer_bfree(&sb->defree);
    tux3_clear_dirty_inode(sb->logmap);
    invalidate_buffers(sb->volmap->map);
    tux3_clear_dirty_inode(sb->volmap);
    put_super(sb);
    tux3_exit_mem();
}
예제 #2
0
static void clean_main(struct sb *sb, struct inode *inode)
{
	iput(inode);
	put_super(sb);
	tux3_exit_mem();
}
예제 #3
0
파일: xattr.c 프로젝트: danielbot/tux3
static void clean_main(struct sb *sb)
{
	put_super(sb);
	tux3_exit_mem();
}