Thomas Veerman de83b2a9d9 VFS: change 'last_dir' to match locking assumption
new_node makes the assumption that when it does last_dir on a path, a
successive advance would not yield a lock on a vmnt, because last_dir
already locked the vmnt. This is true except when last_dir resolves
to a directory on the parent vmnt of the file that was the result of
advance. For example,
 # cd /
 # echo foo > home
where home is on a different (sub) partition than / is (default
install). last_dir would resolve to / and advance would resolve to
/home.

With this change, last_dir resolves to the root node on the /home
partition, making the assumption valid again.
2012-11-26 15:20:18 +00:00
..
2012-10-30 13:55:42 +01:00
2012-11-16 16:37:44 +01:00
2012-04-09 18:08:26 +02:00
2012-10-12 14:52:01 +02:00
2012-10-30 13:55:42 +01:00
2012-08-03 00:20:34 -07:00
2012-11-16 16:37:44 +01:00
2012-11-22 16:25:07 +01:00
2012-11-09 19:00:46 +01:00