Fix the incorrect addition of a leading '/' in file paths in the journaling
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 25 Jan 2007 18:19:31 +0000 (18:19 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 25 Jan 2007 18:19:31 +0000 (18:19 +0000)
commit78552ca03098c61183443f6b73922061a6db6099
tree184713e2b2881bb32e3e238c0e1719f71035c49f
parenta9e3d6fe2bad079ee17ffc250c3de7f4a1a5f488
Fix the incorrect addition of a leading '/' in file paths in the journaling
stream.  This addition was a side effect of changes made to the
namecache topology.

Submitted-by: "Steve O'Hara-Smith" <steve@sohara.org>
sys/kern/vfs_journal.c