[zfs-code] [patch] namecheck fixes

2006-06-20 Thread Ricardo Correia
Ok, that makes sense. Thanks. By the way, Eric, were you able to reproduce the bug I mentioned earlier? It has proven itself to be very difficult to trigger. I received several reports of successfull 24-hour ztest runs, only 1 user has been affected. I've changed the ztest attach/detach frequenc

[zfs-code] [patch] namecheck fixes

2006-06-20 Thread Ricardo Correia
-- next part -- A non-text attachment was scrubbed... Name: namecheck.diff Type: text/x-diff Size: 1721 bytes Desc: not available URL: <http://mail.opensolaris.org/pipermail/zfs-code/attachments/20060620/9bf8332f/attachment.bin>

[zfs-code] [patch] namecheck fixes

2006-06-20 Thread Mark Shellenbaum
Ricardo Correia wrote: > If I'm not mistaken, there are some new reserved pool names (raidz1, raidz2 > and spare) that weren't being properly checked for (in zfs_namecheck.c). > > There were also some errors that weren't being handled in libzfs_dataset.c > (they were detected by gcc's warnings).

[zfs-code] [patch] namecheck fixes

2006-06-20 Thread Eric Schrock
On Tue, Jun 20, 2006 at 02:13:38PM -0600, Mark Shellenbaum wrote: > Ricardo Correia wrote: > >If I'm not mistaken, there are some new reserved pool names (raidz1, > >raidz2 and spare) that weren't being properly checked for (in > >zfs_namecheck.c). > > > >There were also some errors that weren't