]> 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>
Thu, 20 Jan 2011 13:40:59 +0000 (05:40 -0800)
commit1ad22ed7e14d1ed643add0dbf80c82b96ae69fc8
tree5be4be207fa48d1becbff87e1dfc46f6a202dd09
parent3c25ae062a30c83f6dfb388f31878555d6cb63d7
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.

Change-Id: Ieb2a05baada2531dad1869e95823fe2006bdc2c6
Reviewed-on: http://gerrit.openafs.org/3709
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/ntops.c