]> 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>
Sat, 22 Jan 2011 20:42:48 +0000 (12:42 -0800)
commit270e5c01784f6459dd3d1dec81b714a6d7f2baea
treea82936fd7324e9b302c2d01a76d31f8942532296
parent959a892afcc1f33871489912a8ea183fc7fca6c2
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.

Change-Id: I7e60cceb4548b7ad3a1e045f390e7052fece4926
Reviewed-on: http://gerrit.openafs.org/3700
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/namei_ops.c