puffs - fix panic on hardlink
authorAlex Hornung <ahornung@gmail.com>
Fri, 24 Feb 2012 14:57:08 +0000 (14:57 +0000)
committerAlex Hornung <ahornung@gmail.com>
Fri, 24 Feb 2012 14:57:08 +0000 (14:57 +0000)
commit7019f3cb382d07286f3306417c73458cdc244ab9
treeb18dbdaba1ae9483a28c94ad471293d6fd9a8109
parent4d23eb80dbf1f9c7477ce497e6924b774e1949e1
puffs - fix panic on hardlink

 * puffs was trying to lock the vp in nlink again, but kern_link does
   that already via vget.

Reported-by: Sascha Wildner (swildner@)
sys/vfs/puffs/puffs_vnops.c