Module Name: src Committed By: riastradh Date: Mon Oct 15 23:51:12 UTC 2012
Modified Files: src/external/cddl/osnet/dist/uts/common/fs/zfs: zfs_dir.c Log Message: Fail lookup of .. in a deleted directory with ENOENT. Don't try to zget the parent, whose znode id may have been recycled by now. It's not clear to me how Solaris avoids this, but maybe I'm just missing something obvious. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 \ src/external/cddl/osnet/dist/uts/common/fs/zfs/zfs_dir.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.