Re: [PATCH v2] raid1 balancing

1999-09-19 Thread CJones
Gadi Oxman wrote: On Sat, 18 Sep 1999, James Manning wrote: [ Saturday, September 18, 1999 ] James Manning wrote: Ok, I wrote a patch that passes the ctl_table pointer of /proc/dev/md as the param for raid?_init, but noticed differing opinions on return values (although it doesn't

Re: [PATCH v2] raid1 balancing

1999-09-19 Thread James Manning
[ Sunday, September 19, 1999 ] CJones wrote: Gadi Oxman wrote: On Sat, 18 Sep 1999, James Manning wrote: Well, I tried booting and it died with some SYSCTL() errors (figures :) so if it looks like the patch at least has the right idea, let me know and I'll try fixing up the

[PATCH v2] raid1 balancing

1999-09-18 Thread James Manning
Ok, I wrote a patch that passes the ctl_table pointer of /proc/dev/md as the param for raid?_init, but noticed differing opinions on return values (although it doesn't much matter) [root@jmm block]# grep raid._init *.c|grep -v return md.c:void raid0_init (void); md.c:void raid1_init (void);

Re: [PATCH v2] raid1 balancing

1999-09-18 Thread Gadi Oxman
On Sat, 18 Sep 1999, James Manning wrote: [ Saturday, September 18, 1999 ] James Manning wrote: Ok, I wrote a patch that passes the ctl_table pointer of /proc/dev/md as the param for raid?_init, but noticed differing opinions on return values (although it doesn't much matter) [snip]