]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Windows: change buf_Find*() signature to accept cm_fid_t
authorJeffrey Altman <jaltman@your-file-system.com>
Tue, 23 Aug 2011 20:02:28 +0000 (16:02 -0400)
committerDerrick Brashear <shadow@dementix.org>
Sun, 26 Feb 2012 06:29:08 +0000 (22:29 -0800)
commitd1630cabac0631bc47b21f11eecb376261a02756
tree4919875af34a80db457f70003d061eef3be9160d
parentd3360cbbe6f5538abcac87ad279081aac8046d8a
Windows: change buf_Find*() signature to accept cm_fid_t

The buf_Find*() functions require a cm_fid_t to match with the
cm_buf_t objects not a cm_scache_t.  Change the signature so
that the cm_scache_t is not required.  It should be possible to
search for a buffer even if the cm_scache_t is not present in
the cache.

Reviewed-on: http://gerrit.openafs.org/5304
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
(cherry picked from commit c23b27a69322f4c9963a532d5cbcb136b23bb20c)

Change-Id: Ie4546de582e0ffe9103f1bb01e05cf387265da49
Reviewed-on: http://gerrit.openafs.org/6799
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/WINNT/afsd/cm_buf.c
src/WINNT/afsd/cm_buf.h
src/WINNT/afsd/cm_dcache.c
src/WINNT/afsd/smb.c
src/WINNT/afsd/smb3.c