Re: starting mc triggers lockdep
From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2006-07-08 11:13:38
Also in:
lkml
On Sat, Jul 08, 2006 at 11:53:20AM +0200, Arjan van de Ven wrote:
quoted
quoted
now for the third part, which involves the nfs client: stat on an nfs file, which ends up taken the i_mutex of a directory in the path (obvious), and then does [<ffffffff8022800b>] tcp_sendmsg+0x1e/0xb1a [<ffffffff80248f4b>] inet_sendmsg+0x45/0x53 [<ffffffff80259d25>] sock_sendmsg+0x110/0x130 [<ffffffff8041f462>] kernel_sendmsg+0x3c/0x52 [<ffffffff885399e9>] xs_tcp_send_request+0x117/0x320 [sunrpc] [<ffffffff885388d5>] xprt_transmit+0x105/0x21e [sunrpc] [<ffffffff8853771e>] call_transmit+0x1f4/0x239 [sunrpc] [<ffffffff8853c06e>] __rpc_execute+0x9b/0x1e6 [sunrpc] [<ffffffff8853c1de>] rpc_execute+0x1a/0x1d [sunrpc] [<ffffffff885364ad>] rpc_call_sync+0x87/0xb9 [sunrpc] [<ffffffff885a2587>] nfs3_rpc_wrapper+0x2e/0x74 [nfs] [<ffffffff885a2a14>] nfs3_proc_lookup+0xe0/0x163 [nfs] where tcp_sendmsg calls lock_sock. So this is the BC dependency.This is an nfs inode. Did I miss something?is it not possible to nfs export /sys, and then mount it over loopback?
Possibly, but not with the backtrace above. You'd need an nfs server backtrace to get the real sysfs inode. In any case, the sock lock from the other backtrace that you had (udp setsockopt) cannot be held by the kernel nfs client or server since the kernel nfs sockets are not visible to user space. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} [off-list ref] Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt