View Single Post
Old 07-08-2007, 07:49 PM  
Yil
Too much time...
 
Join Date: May 2005
Posts: 1,194
Default

Zero: I went back to the function map and that address is in the ListMergeInfo function which is something I wrote for the new directory listing code. When using merged/raided dirs it sums up the entries from two different directories with the same name into a faked out single entry. This eliminates the old 5.8+ code where you would see dir ABC and then later on another ABC dir (or if you view it sorted two next to each other). Since this should only be called when merging mount points or when you have two directories of the same name beneath those mount points can you confirm you actually are using that feature?

Oops, looks like I use that to fake out the root entry of every directory, but still, would be good to know the types of VFS dirs being used.

Last edited by Yil; 07-08-2007 at 08:17 PM. Reason: Oops
Yil is offline