* Removed write_link from the FS module interface. Adjusted all FS

add-ons accordingly and removed the syscall.
* Removed send_notification().
* Reimplemented notify_listener(). It used the unimplemented
  send_notification(). Now it has a chance to work. Note that
  notify_listener() is obsolete. I would already have removed it, if
  there weren't lots of FS implementations still using it (Hint!).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20329 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2007-03-05 00:46:57 +00:00
parent 5a5aacca23
commit 12d359b85a
17 changed files with 26 additions and 185 deletions
-1
View File
@@ -1890,7 +1890,6 @@ file_system_module_info gDeviceFileSystem = {
&devfs_fsync,
&devfs_read_link,
NULL, // write_link
NULL, // symlink
NULL, // link
NULL, // unlink