2 * Copyright 2000, International Business Machines Corporation and others.
5 * This software has been released under the terms of the IBM Public
6 * License. For details, see the LICENSE file in the top-level source
7 * directory or online at http://www.openafs.org/dl/license10.html
10 #include <afsconfig.h>
11 #include <afs/param.h>
22 #include <afs/afsutil.h>
24 #include <afs/afsint.h>
28 #include "viceinode.h"
30 #include "partition.h"
32 #include <afs/afs_assert.h>
37 GetLinkHandle(char *part
, int volid
)
43 dev
= volutil_GetPartitionID(part
);
44 ino
= namei_MakeSpecIno(volid
, VI_LINKTABLE
);
46 IH_INIT(lh
, dev
, volid
, ino
);
55 #endif /* AFS_NAMEI_ENV */