hammer - Remove cache_inval_vp() call
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 11 Nov 2013 17:14:15 +0000 (09:14 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 11 Nov 2013 17:14:15 +0000 (09:14 -0800)
commit9c527560a373262253f13890dfa9af4185a1024f
tree3dcaec7772aca6a92e066adbf7acfc8b30f94a98
parent41b6212d5bc6c2f090b5c7c020a7d237ea85e6dc
hammer - Remove cache_inval_vp() call

* Remova a call to cache_inval_vp() that no other VFSs use which was
  causing deadlocks against concurrent rm's of hardlinks to the same
  file.

Reported-by: ftigeot
sys/vfs/hammer/hammer_vnops.c