HAMMER VFS: Allow the form ".@@<snapshot>"
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Feb 2009 22:27:44 +0000 (14:27 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 25 Feb 2009 22:27:44 +0000 (14:27 -0800)
commit294aec9f930c098247c0a17770c21b1b963777b3
tree8ea689e074a5646dd3e6185616a3df2686f97e70
parentbf31f16d7937923167381552a5820cc8ed3317c3
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.
sys/vfs/hammer/hammer_vnops.c