JFS: Remove incorrect kgdb define
authorDave Kleikamp <shaggy@linux.vnet.ibm.com>
Fri, 26 Jan 2007 16:14:36 +0000 (10:14 -0600)
committerDave Kleikamp <shaggy@linux.vnet.ibm.com>
Fri, 26 Jan 2007 16:14:36 +0000 (10:14 -0600)
commit7220c0177b45600eef2cfd3e5e57ab5b96f3222c
treef072aadb3cb6dbe8f8159d935df157c8d062b29f
parent4aa0d230c2cfc1ac4bcf7c5466f9943cf14233a9
JFS: Remove incorrect kgdb define

jfs_debug.h uses an incorrect CONFIG_KERNEL_ASSERT ifdef to redefine the
assert macro for kgdb use.  I believe the code worked a long time ago, but
today it's not a valid config option.  Since I'm not aware of anybody
interested in debugging jfs with kgdb, it should just be removed.

Thanks to Robert P. J. Day for reporting this.

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
fs/jfs/jfs_debug.h