OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1234-ga082c4e
Gerrit Code Review
gerrit@openafs.org
Sun, 5 Jun 2011 07:06:43 -0700 (PDT)
The following commit has been merged in the master branch:
commit a082c4eeaeacb537f3c94d2e37a98a2a0438f2a7
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Mon May 23 06:20:35 2011 +0100
vlserver: Make space in extent block explicit
The address entry side of the union within the extent addr block
actually has a significant amount of free space. It looks as though
the original author assumed that a UUID required 16 32-bit words,
rather than 16 octets, and sized the structure to match.
Make the free space within the structure explicit, so that it can
be used for future expansion
Verified with
gdb vlserver
(gdb) print sizeof(struct extentaddr)
$1 = 128
Change-Id: If67f669fb298763f054ce82447a4513c59ef7526
Reviewed-on: http://gerrit.openafs.org/4775
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/vlserver/vlserver.p.h | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository