diff options
author | Miles Bader <miles@gnu.org> | 1995-05-09 16:57:16 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-09 16:57:16 +0000 |
commit | 5936df9ebe8a41c0ef3c44023079f547d2253f87 (patch) | |
tree | 5c1fb5fd6619c0ecf73488504fa717b2f55280cc /ext2fs | |
parent | 1a50942b73015e6ac4e268ba46f28e42a9f6e08f (diff) |
entered into RCS
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ialloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext2fs/ialloc.c b/ext2fs/ialloc.c index 22614f96..cc902a46 100644 --- a/ext2fs/ialloc.c +++ b/ext2fs/ialloc.c @@ -59,8 +59,6 @@ diskfs_free_node (struct node *np, mode_t old_mode) assert (!diskfs_readonly); - printf ("freeing inode %u", inum); - ext2_debug ("freeing inode %u", inum); spin_lock (&global_lock); |