* Renamed pipefs.cpp to fifo.cpp.

* Removed the pipefs functionality. We only need to support FIFO nodes.
* Renamed the remaining pipefs_*() functions to fifo_*().


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24834 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2008-04-06 15:50:28 +00:00
parent a1db78790d
commit 25eb8cd717
3 changed files with 1083 additions and 2161 deletions

View File

@ -7,15 +7,15 @@ UsePrivateHeaders shared storage ;
KernelMergeObject kernel_fs.o :
devfs.cpp
rootfs.cpp
pipefs.cpp
fd.cpp
fifo.cpp
IOScheduler.cpp
KPath.cpp
node_monitor.cpp
rootfs.cpp
vfs.cpp
vfs_boot.cpp
vfs_net_boot.cpp
node_monitor.cpp
IOScheduler.cpp
KPath.cpp
: $(TARGET_KERNEL_PIC_CCFLAGS) -Wno-unused
;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff