mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 07:20:11 +00:00
discon-diskslot-linux-20090129
LICENSE IPL10 build in the linux case on non-disconnected
This commit is contained in:
parent
df139845e9
commit
47e99e36fd
@ -783,6 +783,7 @@ restart:
|
|||||||
# endif
|
# endif
|
||||||
afs_vcount++;
|
afs_vcount++;
|
||||||
|
|
||||||
|
#ifdef AFS_DISCON_ENV
|
||||||
/* If we create a new inode, we either give it a new slot number,
|
/* If we create a new inode, we either give it a new slot number,
|
||||||
* or if one's available, use a slot number from the slot free list
|
* or if one's available, use a slot number from the slot free list
|
||||||
*/
|
*/
|
||||||
@ -796,6 +797,7 @@ restart:
|
|||||||
} else {
|
} else {
|
||||||
tvc->diskSlot = afs_nextVcacheSlot++;
|
tvc->diskSlot = afs_nextVcacheSlot++;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#else /* AFS_OSF_ENV || AFS_LINUX22_ENV */
|
#else /* AFS_OSF_ENV || AFS_LINUX22_ENV */
|
||||||
/* pull out a free cache entry */
|
/* pull out a free cache entry */
|
||||||
|
Loading…
Reference in New Issue
Block a user