Re: [zfs-discuss] rename(2) (mv(1)) between ZFS filesystems in the same zpool

2007-12-31 Thread Joerg Schilling
Darren Reed <[EMAIL PROTECTED]> wrote: > > Wrt. to standards, quote from: > > > > http://www.opengroup.org/onlinepubs/009695399/functions/rename.html > > > > ERRORS > > The rename() function shall fail if: > > [ ... ] > > [EXDEV] > > [CX] The links named by new and old are on

Re: [zfs-discuss] rename(2) (mv(1)) between ZFS filesystems in the same zpool

2007-12-31 Thread Frank . Hofmann
On Mon, 31 Dec 2007, Darren Reed wrote: > Frank Hofmann wrote: >> >> >> On Fri, 28 Dec 2007, Darren Reed wrote: >> [ ... ] >>> Is this behaviour defined by a standard (such as POSIX or the >>> VFS design) or are we free to innovate here and do something >>> that allowed such a shortcut as required

Re: [zfs-discuss] rename(2) (mv(1)) between ZFS filesystems in the same zpool

2007-12-31 Thread Darren Reed
Frank Hofmann wrote: > > > On Fri, 28 Dec 2007, Darren Reed wrote: > [ ... ] >> Is this behaviour defined by a standard (such as POSIX or the >> VFS design) or are we free to innovate here and do something >> that allowed such a shortcut as required? > > Wrt. to standards, quote from: > > http: