KSE was Re: open/close/ioctl api change?

2007-06-25 Thread Danny Braniss
actually it's the struct thread *tp where my problems are, this code works fine under 6.2, and did work till some days ago under current. static int iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) { ... debug(3, td-td_proc=%p, td-td_proc); debug(3,

Re: KSE was Re: open/close/ioctl api change?

2007-06-25 Thread Julian Elischer
Danny Braniss wrote: actually it's the struct thread *tp where my problems are, this code works fine under 6.2, and did work till some days ago under current. static int iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) { ... debug(3, td-td_proc=%p, td-td_proc);

Re: KSE was Re: open/close/ioctl api change?

2007-06-25 Thread Danny Braniss
Danny Braniss wrote: actually it's the struct thread *tp where my problems are, this code works fine under 6.2, and did work till some days ago under current. static int iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) { ... debug(3, td-td_proc=%p,

Re: KSE was Re: open/close/ioctl api change?

2007-06-25 Thread Julian Elischer
Danny Braniss wrote: Danny Braniss wrote: actually it's the struct thread *tp where my problems are, this code works fine under 6.2, and did work till some days ago under current. static int iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) { ... debug(3,

Re: KSE was Re: open/close/ioctl api change?

2007-06-25 Thread Danny Braniss
Danny Braniss wrote: Danny Braniss wrote: actually it's the struct thread *tp where my problems are, this code works fine under 6.2, and did work till some days ago under current. static int iscsi_open(struct cdev *dev, int flags, int otype, struct thread *td) { ... debug(3,