K 10 svn:author V 3 avg K 8 svn:date V 27 2016-08-09T06:11:24.978583Z K 7 svn:log V 286 fix a zfs cross-device rename crash introduced in r303763 The problem was that 'zfsvfs' variable was not initialized if the error was detected, but in the exit path the variable was dereferenced before the error code was checked. Reported by: np MFC after: 3 days X-MFC with: r303763 END