mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
DEVEL15-disconnected-call-makedir-with-correct-casting-20090122
LICENSE IPL10 another find by the irix compiler. (cherry picked from commit 396b573b12a509b7e0d8d5094ebadc12c6aa8b45)
This commit is contained in:
parent
e44ab38be1
commit
2d024d64d0
@ -216,7 +216,7 @@ afs_mkdir(OSI_VC_DECL(adp), char *aname, struct vattr *attrs,
|
|||||||
ObtainWriteLock(&afs_xdcache, 739);
|
ObtainWriteLock(&afs_xdcache, 739);
|
||||||
code = afs_dir_MakeDir(new_dc,
|
code = afs_dir_MakeDir(new_dc,
|
||||||
(afs_int32 *) &newFid.Fid,
|
(afs_int32 *) &newFid.Fid,
|
||||||
(afs_int32) &adp->fid.Fid);
|
(afs_int32 *) &adp->fid.Fid);
|
||||||
ReleaseWriteLock(&afs_xdcache);
|
ReleaseWriteLock(&afs_xdcache);
|
||||||
if (code)
|
if (code)
|
||||||
printf("afs_mkdir: afs_dirMakeDir code = %u\n", code);
|
printf("afs_mkdir: afs_dirMakeDir code = %u\n", code);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user