summaryrefslogtreecommitdiffstats
path: root/sys/ufs
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-03-21 23:00:39 +0000
committerrwatson <rwatson@FreeBSD.org>2001-03-21 23:00:39 +0000
commitcae18aa0fd655a9299eaa44710bba8ffabba014f (patch)
treebb1690f1e8f261cfc59ac3aa2bcf33562f71ba0a /sys/ufs
parent29c6996854aefe66fb9b9b7e1d488809746b2b67 (diff)
downloadFreeBSD-src-cae18aa0fd655a9299eaa44710bba8ffabba014f.zip
FreeBSD-src-cae18aa0fd655a9299eaa44710bba8ffabba014f.tar.gz
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
Diffstat (limited to 'sys/ufs')
-rw-r--r--sys/ufs/ufs/ufs_extattr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/ufs/ufs/ufs_extattr.c b/sys/ufs/ufs/ufs_extattr.c
index 9d6cb71..bf4a7a5 100644
--- a/sys/ufs/ufs/ufs_extattr.c
+++ b/sys/ufs/ufs/ufs_extattr.c
@@ -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);
}
/*
OpenPOWER on IntegriCloud