OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1059-gfd62028
Gerrit Code Review
gerrit@openafs.org
Wed, 13 Apr 2011 10:02:26 -0700 (PDT)
The following commit has been merged in the master branch:
commit 763ec5250deef6f0f8ae1c85b52bac3ffc1a6176
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Apr 12 19:28:15 2011 +0100
fs: Abstract out code to get the last component
fs.c contained two identical copies of code to parse a path, resolve
any symbolic links in that path, and return the directory and basename.
Abstract this code out into a single function, rather than maintaining
two separate copies of it.
Change-Id: Id9fc835506f90bae2fc1f0db18c640bf28f0d39d
Reviewed-on: http://gerrit.openafs.org/4462
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/venus/fs.c | 281 ++++++++++++++++++++++----------------------------------
1 files changed, 111 insertions(+), 170 deletions(-)
--
OpenAFS Master Repository