OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-814-gbb25fc6
Gerrit Code Review
gerrit@openafs.org
Fri, 4 Mar 2011 07:36:13 -0800 (PST)
The following commit has been merged in the master branch:
commit aadf69eabb1962496fa93745ab560a5b48cacd61
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Mar 3 16:02:47 2011 -0600
viced: Check vnode length on read and write
When reading or writing a file vnode, check that the length of the
vnode in the vnode index matches the size of the on-disk file
containing the data for the file. If it does not match, take the
volume offline (and for DAFS, demand-salvage it).
Change-Id: I20e02cd84c8425cf0835c104a8e695a0cb6665d9
Reviewed-on: http://gerrit.openafs.org/4121
Tested-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/viced/afsfileprocs.c | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
--
OpenAFS Master Repository