Messages in this thread |  | | | From | Rusty Russell <> | | Subject | Re: problem with cscope and 2.4-test8 source file | | Date | Tue, 19 Sep 2000 12:11:46 +1100 |
| |
In message <20000918142002.A8469@gimp.org> you write: > * Mark Salisbury <mbs@mc.com> [000918 07:32]: > > the source file linux/fs/hpfs/super.c > > from kernel version 2.4-test8 causes cscope to core dump during the database > > generation phase. > > > > the problem is the extremely long printk() string starting on line 280 in t he > > function static inline void hpfs_help(void){}
printk has a 1024 character limit. This printk must be broken up anyway.
Rusty. -- Hacking time. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |