David Howells <dhowells@xxxxxxxxxx> 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 -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html