git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b6d499b
)
volser-salvagedirhandle-fix-arg-order-20031209
author
Derrick Brashear
<shadow@dementia.org>
Tue, 9 Dec 2003 23:07:57 +0000 (23:07 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 9 Dec 2003 23:07:57 +0000 (23:07 +0000)
make the order of these consistent with the vol package
src/volser/physio.c
patch
|
blob
|
history
diff --git
a/src/volser/physio.c
b/src/volser/physio.c
index
57a673e
..
31cac65
100644
(file)
--- a/
src/volser/physio.c
+++ b/
src/volser/physio.c
@@
-111,8
+111,8
@@
ReallyWrite(DirHandle * file, int block, char *data)
* The handle needs to be dereferenced with the FidZap() routine.
*/
void
-SetSalvageDirHandle(DirHandle * dir, afs_int32 volume, Inode inode,
- afs_int32 device)
+SetSalvageDirHandle(DirHandle * dir, afs_int32 volume, afs_int32 device,
+ Inode inode)
{
private SalvageCacheCheck = 1;
memset(dir, 0, sizeof(DirHandle));