haiku/src/system/kernel/fs
Axel Dörfler e9d948ce2d * entry_ref_to_vnode() now gets a "traverse" argument, so that it is
able to resolve symlinks.
* file_open_entry_ref() now evaluates the openMode and passes the
  correct "traverse" argument to entry_ref_to_vnode(). This fixes bug
  #1932 (symlink refs wouldn't be resolved).
* dir_open_entry_ref() now always resolves symlinks, all other uses of
  entry_ref_to_vnode() keep their previous behaviour, though.
* Fixed warnings; since Ingo's header changes, NULL now causes a warning
  when it is used as int.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24442 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-03-18 16:10:04 +00:00
..
devfs.cpp * Aligned the semantics of the read_symlink() FS module hook with the 2008-03-17 21:37:40 +00:00
fd.cpp axeld + bonefish: 2008-02-17 15:48:30 +00:00
IOScheduler.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
IOScheduler.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
Jamfile * rootfs.c -> rootfs.cpp 2007-10-04 14:30:50 +00:00
KPath.cpp Added RemoveLeaf() leaf method. Very handy for recursive directory 2007-07-15 00:34:17 +00:00
node_monitor.cpp * Added B_WATCH_INTERIM_STAT, and B_STAT_INTERIM_UPDATE definitions to 2008-02-25 13:54:30 +00:00
pipefs.cpp axeld + bonefish: 2008-02-17 14:34:34 +00:00
rootfs.cpp * Aligned the semantics of the read_symlink() FS module hook with the 2008-03-17 21:37:40 +00:00
vfs_boot.cpp dump all found devices and partitions to serial debug output 2007-12-26 15:25:05 +00:00
vfs_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs_net_boot.cpp Computed the netmask in net endianess. The wrong netmask caused 2007-07-19 13:58:17 +00:00
vfs_net_boot.h [Sorry, couldn't split this one up any further.] 2007-07-15 02:10:15 +00:00
vfs.cpp * entry_ref_to_vnode() now gets a "traverse" argument, so that it is 2008-03-18 16:10:04 +00:00