OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-672-g8bb5e29
Gerrit Code Review
gerrit@openafs.org
Sat, 22 Jan 2011 12:43:12 -0800 (PST)
The following commit has been merged in the master branch:
commit 270e5c01784f6459dd3d1dec81b714a6d7f2baea
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Thu Jan 20 01:39:11 2011 -0500
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 | 51 ++++++++++++++++++++++++++++-----------------------
1 files changed, 28 insertions(+), 23 deletions(-)
--
OpenAFS Master Repository