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-12-21 10:47:28 +00:00
2011-12-21 10:47:28 +00:00
2011-12-05 13:56:16 +01:00
2012-01-13 11:30:01 +00:00
2011-12-11 22:34:54 +01:00
2012-01-08 23:52:57 +04:00
2011-12-11 22:35:33 +01:00
2011-06-24 17:21:51 +02:00
2011-08-17 13:40:36 +00:00
2011-07-09 15:04:42 +02:00