OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-1904-ge14dec5
Gerrit Code Review
gerrit@openafs.org
Sat, 19 Nov 2011 08:11:44 -0800 (PST)
The following commit has been merged in the master branch:
commit e14dec55e6600edb60ce5184b4ab1f646c68947b
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Nov 15 13:18:48 2011 -0600
afs: Leave cellnum alone for explicit mtpt cell
When a mountpoint is given an explicit cell, don't alter cellnum.
Cellnum represents the cell for the parent, and is used for
determining whether or not we're crossing a cell boundary.
Previously, this code forced the mount point to always be treated as
foreign (for a mountpoint prefixed with a cell name), or to always be
treated as local (for a mountpoint prefixed with a cell number).
Change-Id: I7b98ccc94bf61dc3d7be0b7d6b54019cd797e884
Reviewed-on: http://gerrit.openafs.org/6051
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementix.org>
src/afs/VNOPS/afs_vnop_lookup.c | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
--
OpenAFS Master Repository