[PATCH 09/18] xstat: Make special system filesystems return FS_SPECIAL_FL [ver #6]

David Howells dhowells at redhat.com
Tue Jul 27 07:41:24 MDT 2010


David Howells <dhowells at redhat.com> wrote:

> Also, not all the flags are per-filesystem.  The following are:
> 
> 	FS_SPECIAL_FL		/* Special file as found in procfs/sysfs */
> 	FS_REMOTE_FL		/* File is remote */

Actually, that last is not true; FS_REMOTE_FL is per-file, not per-fs.  You
can have a filesystem that has fabricated files and remote files.  For
instance, with kAFS at some point you will be go into /afs, do a lookup for a
directory that doesn't exist, but whose name represents a cell+volume, the
filesystem will fabricate a local directory and then attempt to mount a remote
directory on to it.

David


More information about the samba-technical mailing list