From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Tue, 15 Jan 2008 13:09:30 +0000 To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] unique identity to virtual files Topicbox-Message-UUID: 2e806416-ead3-11e9-9d60-3106f5b1d025 The subject probably doesn't explain at all well. I have a program (A) I have written, it can optionally run atop of a a synthetic filesystem (B) which expands some files into directories of files. The A needs to be able to tell the difference between a 'real' directory and one generated by B. I could use the muid and uid and gid as magic strings, alternatively I could use the dev or/and type fields from stat. Anyone have any strong feelings on the ``right'' way to do this? -Steve