看板 DFBSD_kernel 關於我們 聯絡資訊
On Wed, Feb 09, 2005 at 09:28:39PM -0800, Matthew Dillon wrote: > Only for unionfs. For nullfs (where no merging is taking place) I > am pretty certain we don't have to fake file OR directory vnodes. Well, which mount point should fstat report? The nullfs [which is what I would expect] or the underlying filesystem [which would be more useful if you want to decide disk space usage etc.]? In the latter case, some programs might get confused by having the same device / inode pairs across different mount points. Joerg