OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_68-54-gec352e0
Gerrit Code Review
gerrit@openafs.org
Thu, 31 Dec 2009 05:04:32 -0800 (PST)
The following commit has been merged in the master branch:
commit ec352e0bfd6f324c6b95a3b1e816809c24004e84
Author: Simon Wilkinson <sxw@inf.ed.ac.uk>
Date: Sun Dec 27 11:06:01 2009 +0000
Abstract out Linux sillyrename function
In order to keep the dcache happy, the Linux client has its own
sillyrename function. Abstract this out from afs_linux_unlink into a
function of its own (afs_linux_sillyrename) so we can make use of it
from other vnodeops.
Change-Id: I298251c400dfc22efb3bacaa72612b28a5409112
Reviewed-on: http://gerrit.openafs.org/1034
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afs/LINUX/osi_vnodeops.c | 112 +++++++++++++++++++++++++-----------------
1 files changed, 66 insertions(+), 46 deletions(-)
--
OpenAFS Master Repository