]> git.michaelhowe.org Git - packages/o/openafs.git/commit
vol: make it clearer that SetOGM is not impl on Windows
authorJeffrey Altman <jaltman@your-file-system.com>
Thu, 20 Jan 2011 06:39:11 +0000 (01:39 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 4 Feb 2011 20:00:49 +0000 (12:00 -0800)
commit1cf2d94d4703807186924cc4b5fabc5ded7215bf
tree23e63b609cbcc49ce60b065d841c53c40351d592
parent278e58232ebbed48c1ce3e3a3833a5ff2df3c1ee
vol: make it clearer that SetOGM is not impl on Windows

Separate the SetOGM function into two implementations to
match the other OGM functions.  Implement the Windows version
as returning -1 always.

In the future, the OGM functions could be renamed to express
their purpose: saving and restoring the volume id and tag
associated with a file.   Windows currently encodes this
information using the CreationDate and the file name but
in the future this information might be stored in an alternate
data stream.

Reviewed-on: http://gerrit.openafs.org/3700
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 270e5c01784f6459dd3d1dec81b714a6d7f2baea)

Change-Id: I347fb7b135c6fccb941ca4e34b3fb4f080f5b09c
Reviewed-on: http://gerrit.openafs.org/3847
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/vol/namei_ops.c