Thomas Veerman e6c98c3c55 AVFS: Return actual last dir when path is named by a symlink
Last_dir didn't consider paths that end in a symlink and hence didn't
actually return the last_dir when provided with one. For example,
/var/log is a symlink to /usr/log. Issuing `>/var/log' would trigger
an assert in AVFS, because /var/ is not the actual last directory; /usr/
is.

Last_dir now verifies the final component is not a symlink. If it is, it
follows the symlink and restarts finding of the last the directory.
2012-01-16 10:12:29 +00:00
..
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-11-28 10:03:43 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-12-08 10:47:11 +00:00
2011-12-09 15:47:42 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2011-08-17 13:40:36 +00:00
2012-01-12 11:30:24 +00:00
2011-08-17 13:40:36 +00:00
2011-10-27 15:29:37 +00:00
2011-08-17 13:40:36 +00:00
2011-12-08 10:47:11 +00:00