]> git.michaelhowe.org Git - packages/o/openafs.git/commit
namei: Abstract out OGM functions a bit more
authorAndrew Deason <adeason@sinenomine.net>
Fri, 23 Mar 2012 18:02:22 +0000 (13:02 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Wed, 28 Aug 2013 15:01:10 +0000 (08:01 -0700)
commitb4f321f207f710bd62be53f653f45439e94992e0
treec61f1612dbbecbe734dcdb7bb187353f0b9b8852
parent514fc63db0664f263ce0b5a9b37e6f97bbeec440
namei: Abstract out OGM functions a bit more

Add GetWinOGM and SetWinOGM for getting and setting the
Windows-equivalent of the Unix OGM data. Make those and CheckOGM use
GetFileTime/SetFileTime so we can operate just via an FD_t, without
needing the full pathname. Modify the NT namei_icreate to use
SetWinOGM.

Reviewed-on: http://gerrit.openafs.org/6945
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
(cherry picked from commit 0594fc80b48152b4b03edda7e19133b59fc0670e)

Change-Id: I65491a9a82911d9c99d6238a4ea66ed400db7aa0
Reviewed-on: http://gerrit.openafs.org/9281
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/namei_ops.c