diff options
author | Miles Bader <miles@gnu.org> | 1995-05-09 17:19:20 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-05-09 17:19:20 +0000 |
commit | 464f71ba1c8d7384a8ec35f4edd5d69b4597bf95 (patch) | |
tree | d6863a2c934c86a52593dd421e9ee6d31493d8a2 /ext2fs | |
parent | f55b7ff594785b860908f46ecf36296cff88322a (diff) |
entered into RCS
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/bitmap.c | 2 | ||||
-rw-r--r-- | ext2fs/devio.c | 3 | ||||
-rw-r--r-- | ext2fs/ext2_fs.h | 2 | ||||
-rw-r--r-- | ext2fs/getblk.c | 2 | ||||
-rw-r--r-- | ext2fs/hyper.c | 2 | ||||
-rw-r--r-- | ext2fs/truncate.c | 2 |
6 files changed, 5 insertions, 8 deletions
diff --git a/ext2fs/bitmap.c b/ext2fs/bitmap.c index 925bb4e4..e176afe7 100644 --- a/ext2fs/bitmap.c +++ b/ext2fs/bitmap.c @@ -1,4 +1,4 @@ -/* Bitmap perusing routines. +/* Bitmap perusing routines Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/ext2fs/devio.c b/ext2fs/devio.c index d7175914..f9ed06f4 100644 --- a/ext2fs/devio.c +++ b/ext2fs/devio.c @@ -29,9 +29,6 @@ dev_write_sync (block_t addr, vm_address_t data, long len) { int written; assert (!diskfs_readonly); - if (addr <= 8 && addr + (len >> 9) > 8) - printf ("dev_write_sync: Writing %ld bytes at disk block %d: 0x%08lx...\n", - len, addr, *(unsigned long *)data); if (device_write (device_port, 0, addr, (io_buf_ptr_t) data, len, &written) || written != len) return EIO; diff --git a/ext2fs/ext2_fs.h b/ext2fs/ext2_fs.h index 6b13df25..d98e2625 100644 --- a/ext2fs/ext2_fs.h +++ b/ext2fs/ext2_fs.h @@ -30,7 +30,7 @@ typedef signed char s8; /* * Define EXT2FS_DEBUG to produce debug messages */ -#define EXT2FS_DEBUG +#undef EXT2FS_DEBUG /* * Define EXT2FS_DEBUG_CACHE to produce cache debug messages diff --git a/ext2fs/getblk.c b/ext2fs/getblk.c index 22961e36..808717e2 100644 --- a/ext2fs/getblk.c +++ b/ext2fs/getblk.c @@ -1,4 +1,4 @@ -/* File block to disk block mapping routines. +/* File block to disk block mapping routines Copyright (C) 1995 Free Software Foundation, Inc. diff --git a/ext2fs/hyper.c b/ext2fs/hyper.c index a61453c3..390203f3 100644 --- a/ext2fs/hyper.c +++ b/ext2fs/hyper.c @@ -1,4 +1,4 @@ -/* Fetching and storing the hypermetadata (superblock and bg summary info). +/* Fetching and storing the hypermetadata (superblock and bg summary info) Copyright (C) 1994, 1995 Free Software Foundation, Inc. diff --git a/ext2fs/truncate.c b/ext2fs/truncate.c index cbab0525..2ef1c94d 100644 --- a/ext2fs/truncate.c +++ b/ext2fs/truncate.c @@ -1,4 +1,4 @@ -/* File truncation & growth routines. +/* File truncation Copyright (C) 1995 Free Software Foundation, Inc. |