That restriction was superfluous.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5789 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
caeef6fada
commit
462e4bb4fa
@ -1026,7 +1026,7 @@ pipefs_write(fs_volume _volume, fs_vnode _node, fs_cookie _cookie, off_t pos,
|
||||
|
||||
status_t status;
|
||||
|
||||
if (request == NULL && bytesLeft > 0) {
|
||||
if (request == NULL) {
|
||||
// there is no read matching request pending, so we have to put
|
||||
// our data in a temporary buffer
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user