Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
This commit is contained in:
@ -27,7 +27,7 @@ MODULE_ALIAS_NETPROTO(PF_RXRPC);
|
||||
|
||||
unsigned rxrpc_debug; // = RXRPC_DEBUG_KPROTO;
|
||||
module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
|
||||
MODULE_PARM_DESC(rxrpc_debug, "RxRPC debugging mask");
|
||||
MODULE_PARM_DESC(debug, "RxRPC debugging mask");
|
||||
|
||||
static int sysctl_rxrpc_max_qlen __read_mostly = 10;
|
||||
|
||||
|
@ -611,7 +611,7 @@ extern struct rxrpc_transport *rxrpc_find_transport(struct rxrpc_local *,
|
||||
extern unsigned rxrpc_debug;
|
||||
|
||||
#define dbgprintk(FMT,...) \
|
||||
printk("[%x%-6.6s] "FMT"\n", smp_processor_id(), current->comm ,##__VA_ARGS__)
|
||||
printk("[%-6.6s] "FMT"\n", current->comm ,##__VA_ARGS__)
|
||||
|
||||
/* make sure we maintain the format strings, even when debugging is disabled */
|
||||
static inline __attribute__((format(printf,1,2)))
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
unsigned rxrpc_debug;
|
||||
module_param_named(debug, rxrpc_debug, uint, S_IWUSR | S_IRUGO);
|
||||
MODULE_PARM_DESC(rxrpc_debug, "rxkad debugging mask");
|
||||
MODULE_PARM_DESC(debug, "rxkad debugging mask");
|
||||
|
||||
struct rxkad_level1_hdr {
|
||||
__be32 data_size; /* true data size (excluding padding) */
|
||||
|
Reference in New Issue
Block a user