summaryrefslogtreecommitdiff
path: root/ufs/inode.c
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-06 15:29:52 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-06 15:29:52 +0000
commit2675008934be6c4b60877a6b320c9020071937d0 (patch)
tree0358dd39107c89dc84544fe3ae198bd9b7b8fe05 /ufs/inode.c
parentbe4514bbe30ecf504619d53c0dc471c909b6c11a (diff)
Formerly inode.c.~31~
Diffstat (limited to 'ufs/inode.c')
-rw-r--r--ufs/inode.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ufs/inode.c b/ufs/inode.c
index 113f42d9..bfa50ece 100644
--- a/ufs/inode.c
+++ b/ufs/inode.c
@@ -95,9 +95,6 @@ iget (ino_t inum, struct node **npp)
else
np->allocsize = blkroundup (sblock, np->dn_stat.st_size);
- /* XXX */
- assert (np->allocsize || !dinodes[np->dn->number].di_db[0]);
-
if (!diskfs_readonly && !np->dn_stat.st_gen)
{
spin_lock (&gennumberlock);