Derrick J Brashear <[EMAIL PROTECTED]> writes:
> On Wed, 3 Jan 2007, chas williams - CONTRACTOR wrote:
>
>> In message <[EMAIL PROTECTED]>,Adam Megacz writes:
>>> http://www.openafs.org/pipermail/openafs-info/2006-October/023804.html
>>
>> cute.  i suppose at this point i would put a bit of debugging in
>> afs_remunlink() and see if its getting called.  i can't see why
>> it wouldn't.  i suspect you might be having trouble with:
>>
>>      #if defined(AFS_DARWIN80_ENV)
>>          if (vnode_get(AFSTOV(avc))) {
>>              ReleaseWriteLock(&avc->lock);
>>              return 0;
>>          }
>>      #endif
>>
>> vnode_get() returns an error if a vnode is marked DEAD or TERMINATE.
>> i dont see why you wouldnt want to remove the unlinked file in this
>> case.
>
> this is probably it.

Unfortunately, removing that code doesn't appear to fix the problem =(

  - a

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to