fis_list
struct fis_list *new_fl, **prev;
new_fl = kmalloc_obj(struct fis_list);
struct fis_list *old = fl;
struct fis_list *next;
struct fis_list *fl = NULL, *tmp_fl;