diff options
author | Theodore Ts'o <tytso@mit.edu> | 2001-05-12 16:12:12 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2001-05-12 16:12:12 +0000 |
commit | 6930372eff810d0daf39febbb1129d8cce815d13 (patch) | |
tree | f9780ad3e4b1f057133e460f6ebc0f41b13acce7 /include/linux | |
parent | 12da49c9472d555234df732738b19bed520c8550 (diff) | |
download | e2fsprogs-6930372eff810d0daf39febbb1129d8cce815d13.tar.gz |
ChangeLog, fsck.c:
fsck.c (PRS): fsck -? now prints the usage message.
ChangeLog, jfs.h:
jfs.h (JFS_DEBUG): Don't define JFS_DEBUG for non-kernel builds; if
necessasry it can be set with configure --enable-jfs-debug
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/ChangeLog | 5 | ||||
-rw-r--r-- | include/linux/jfs.h | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/ChangeLog b/include/linux/ChangeLog index fe2566ba..f0959b8e 100644 --- a/include/linux/ChangeLog +++ b/include/linux/ChangeLog @@ -1,3 +1,8 @@ +2001-05-12 Theodore Tso <tytso@valinux.com> + + * jfs.h (JFS_DEBUG): Don't define JFS_DEBUG for non-kernel builds; + if necessasry it can be set with configure --enable-jfs-debug + 2001-05-01 Theodore Tso <tytso@valinux.com> * ext2_fs.h: New feature assignments for diff --git a/include/linux/jfs.h b/include/linux/jfs.h index c8bdb32a..d4a83dee 100644 --- a/include/linux/jfs.h +++ b/include/linux/jfs.h @@ -26,8 +26,6 @@ */ #ifdef __KERNEL__ #define JFS_DEBUG -#else -#define JFS_DEBUG #endif extern int journal_enable_debug; |