summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_getchild.c
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-31 23:24:57 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-03-31 23:24:57 +0000
commitec2328eeaf7de6afe46266ee36e8f8b62af39d6c (patch)
treec43a7dc93946229ee5b86b929b310fcb6f963b56 /cpukit/libfs/src/imfs/imfs_getchild.c
parentModified to be valid m68k code on all CPU models. (diff)
downloadrtems-ec2328eeaf7de6afe46266ee36e8f8b62af39d6c.tar.bz2
Removed asserts that shouldn't be called and commented case where this
indicates an internal error.
Diffstat (limited to 'cpukit/libfs/src/imfs/imfs_getchild.c')
-rw-r--r--cpukit/libfs/src/imfs/imfs_getchild.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libfs/src/imfs/imfs_getchild.c b/cpukit/libfs/src/imfs/imfs_getchild.c
index 3f37738ab4..3bb710f169 100644
--- a/cpukit/libfs/src/imfs/imfs_getchild.c
+++ b/cpukit/libfs/src/imfs/imfs_getchild.c
@@ -31,7 +31,8 @@ IMFS_jnode_t *IMFS_find_match_in_dir(
IMFS_jnode_t *the_jnode;
/*
- * Check for fatal errors
+ * Check for fatal errors. A NULL directory show a problem in the
+ * the IMFS code.
*/
assert( directory );