o Remove an unnecessary debugging printf from ufs_extattr_lookup(),

which resulted in the output of warning messages at boot if
  UFS_EXTATTR_AUTOSTART was enabled but ".attribute" and possible
  sub-directories weren't in a mounted MFS or UFS file systems.

Pointed out by:	dcs
Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-03-21 23:00:39 +00:00
parent db5882e725
commit 7b4dc13de4

View File

@ -277,7 +277,6 @@ ufs_extattr_lookup(struct vnode *start_dvp, int lockparent, char *dirname,
(lockparent == UE_GETDIR_LOCKPARENT))
panic("ufs_extattr_lookup: lockparent but PDIRUNLOCK");
printf("ufs_extattr_lookup: ufs_lookup failed (%d)\n", error);
return (error);
}
/*