summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2011-07-04 21:04:25 +0000
committerjeff <jeff@FreeBSD.org>2011-07-04 21:04:25 +0000
commit0a80dd60a68d71df7e33093d19fe5bf69b02617f (patch)
tree8e0c181bfb5147b59f5fa7b7957772d934b8cb73 /sys/ufs
parent07731ef1bcd080c0b2634077467885725ed08559 (diff)
downloadFreeBSD-src-0a80dd60a68d71df7e33093d19fe5bf69b02617f.zip
FreeBSD-src-0a80dd60a68d71df7e33093d19fe5bf69b02617f.tar.gz
- Handle D_JSEGDEP in the softdep_sync_buf() switch. These can now
find themselves on snapshot vnodes. Reported by: pho
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ffs/ffs_softdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/ufs/ffs/ffs_softdep.c b/sys/ufs/ffs/ffs_softdep.c
index 5955f0f..273f3ad 100644
--- a/sys/ufs/ffs/ffs_softdep.c
+++ b/sys/ufs/ffs/ffs_softdep.c
@@ -12082,6 +12082,7 @@ top:
case D_FREEWORK:
case D_FREEDEP:
+ case D_JSEGDEP:
continue;
default:
OpenPOWER on IntegriCloud