View | Details | Raw Unified | Return to bug 158376
Collapse All | Expand All

(-)sys/fs/udf/udf_vnops.c (+3 lines)
Lines 316-321 Link Here
316
	vap->va_ctime = vap->va_mtime; /* XXX Stored as an Extended Attribute */
316
	vap->va_ctime = vap->va_mtime; /* XXX Stored as an Extended Attribute */
317
	vap->va_rdev = NODEV;
317
	vap->va_rdev = NODEV;
318
	if (vp->v_type & VDIR) {
318
	if (vp->v_type & VDIR) {
319
		/* UDF doesn't include '.' as entry in directories. */
320
		vap->va_nlink++;
321
319
		/*
322
		/*
320
		 * Directories that are recorded within their ICB will show
323
		 * Directories that are recorded within their ICB will show
321
		 * as having 0 blocks recorded.  Since tradition dictates
324
		 * as having 0 blocks recorded.  Since tradition dictates

Return to bug 158376