haiku/headers/private/userlandfs
Ingo Weinhold 7c1ffcb9ec * The nature of asynchronous I/O is to be asynchronous. So we can't store
an on-stack structure for the request in a hash table when forwarding the
  io() hook. Create a new object (HaikuKernelIORequest) instead and store it
  in a hash table in HaikuKernelFileSystem.
* Some work on the userland side of do_iterative_fd_io().
* Added some missing requests in UserlandFSUtil::is_{kernel,userland}_request().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29505 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-03-14 02:32:25 +00:00
..
legacy We do now provide the BeOS style FS add-ons with the kernel interface they 2007-02-28 22:07:40 +00:00
private * The nature of asynchronous I/O is to be asynchronous. So we can't store 2009-03-14 02:32:25 +00:00
shared Removed the OpenHashTable implementation the UserlandFS used. Adjusted the 2009-03-07 21:21:10 +00:00