DragonFly-2.3.0.286.g294aec9 master sys/vfs/hammer hammer_vnops.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Wed Feb 25 14:30:27 PST 2009
commit 294aec9f930c098247c0a17770c21b1b963777b3
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Wed Feb 25 14:27:44 2009 -0800
HAMMER VFS: Allow the form ".@@<snapshot>"
Normally "." is processed by the kernel, but since extended snapshot
filenames are handled by the VFS trying to access a snapshot of "."
is passed through. Handle it properly.
Note that the "..@@<snapshot>" form is not handled.
Summary of changes:
sys/vfs/hammer/hammer_vnops.c | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/294aec9f930c098247c0a17770c21b1b963777b3
--
DragonFly BSD source repository
More information about the Commits
mailing list