Windows: cm_SetupFetchBIOD reserving type
authorJeffrey Altman <jaltman@your-file-system.com>
Sun, 3 Feb 2013 19:03:36 +0000 (14:03 -0500)
committerJeffrey Altman <jaltman@your-file-system.com>
Sun, 3 Feb 2013 19:54:14 +0000 (11:54 -0800)
Change type of 'reserving' to afs_uint64 to match the return type
of buf_TryReserveBuffers().

Change-Id: I8aaac5a763ec55acada2702b898a9bcd50f82ed0
Reviewed-on: http://gerrit.openafs.org/9062
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>

src/WINNT/afsd/cm_dcache.c

index 1c94b05..873e792 100644 (file)
@@ -1267,7 +1267,7 @@ long cm_SetupFetchBIOD(cm_scache_t *scp, osi_hyper_t *offsetp,
     osi_hyper_t fileSize;              /* the # of bytes in the file */
     osi_queueData_t *heldBufListp;     /* we hold all buffers in this list */
     osi_queueData_t *heldBufListEndp;  /* first one */
-    int reserving;
+    afs_uint64 reserving;
 
     tblocksize = ConvertLongToLargeInteger(cm_data.buf_blockSize);