mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
linux-call-afs-dopartialwrite-from-afs-memwrite-and-afs-ufswrite-not-afs-linux-write-20010828
don't erroneously call fakeopen
This commit is contained in:
parent
b80f8ab2cb
commit
e53c63cc1c
@ -171,7 +171,7 @@ afs_MemWrite(avc, auio, aio, acred, noLock)
|
|||||||
return (EFBIG);
|
return (EFBIG);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
#if (!defined(AFS_VM_RDWR_ENV)||defined(AFS_LINUX20_ENV))
|
#ifdef AFS_VM_RDWR_ENV
|
||||||
/*
|
/*
|
||||||
* If write is implemented via VM, afs_FakeOpen() is called from the
|
* If write is implemented via VM, afs_FakeOpen() is called from the
|
||||||
* high-level write op.
|
* high-level write op.
|
||||||
|
Loading…
Reference in New Issue
Block a user