Whamcloud - gitweb
Quiet a few printk's and turn them into CDEBUGs so they don't go to console.
authoradilger <adilger>
Sat, 7 Sep 2002 07:41:03 +0000 (07:41 +0000)
committeradilger <adilger>
Sat, 7 Sep 2002 07:41:03 +0000 (07:41 +0000)
commit487231b51b0df38f0e80c4785dceb115cb36079c
treeb162a80b8cc2867ec322b07d14d1e9947968cda1
parent9e641ad15150b19eb8bbed819bf2eb6843c4d9be
Quiet a few printk's and turn them into CDEBUGs so they don't go to console.
Remove check for kernel code older than 2.3 - lustre will never go there.

* Add warning for lprocfs_bfs_srch(): having recursive code in the kernel is
* extremely frowned upon, because there is a very limited kernel stack size
* (only 8kB).  That has to be enough, not only for your functions, but all
* other functions in that call trace, as well as interrupt handlers and such.

Remove extraneous line continuation characters.
Whitespace reformatting to match the rest of the lustre code.
lustre/include/linux/lprocfs.h
lustre/obdclass/lprocfs.c