]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vol: nt_open should not create missing directories
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Jan 2011 07:11:57 +0000 (02:11 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 4 Feb 2011 21:52:30 +0000 (13:52 -0800)
commit472b6e23d1b8ab1614538466626c5ae6de46fb06
tree4793e878e54a8310dc61cd02b0d952c548cb2c6e
parent7c5e66068a7ceaeaf2f2bc1ae34a347c0fb80253
vol: nt_open should not create missing directories

Revert the prior change that added directory creation
to nt_open().  nt_open() should fail and the caller should
create the directories.  Failure to do so results in an
incomplete tree which confuses the salvager.

Reviewed-on: http://gerrit.openafs.org/3709
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 1ad22ed7e14d1ed643add0dbf80c82b96ae69fc8)

Change-Id: I4669ee27bd5c3d9100f3e7fc880d6c32e990493f
Reviewed-on: http://gerrit.openafs.org/3844
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vol/ntops.c