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)
committerJeffrey Altman <jaltman@openafs.org>
Wed, 24 Aug 2011 03:54:51 +0000 (20:54 -0700)
commitc23b27a69322f4c9963a532d5cbcb136b23bb20c
tree404d19a2fdd2f7650c30c993729d6ae26146e8eb
parentb804e027f1a9d8dfaad3d348390a83493b53a6c7
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.

Change-Id: I38835ee86405c4f3f798ad6be8626e6da507109f
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>
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