Re: bad: scheduling while atomic in nfs with 2.6.3

From: dan carpenter
Date: Tue Mar 02 2004 - 23:04:01 EST


On Tuesday 02 March 2004 07:09 pm, Mike Fedyk wrote:
> I'm running 2.6.3-zonebal-lofft-slabfaz
> Call Trace:
> [<c012258d>] __might_sleep+0x9d/0xe0
> [<c01651d8>] deactivate_super+0x58/0x100
> [<f89e9fba>] svc_export_put+0x7a/0x80 [nfsd]

The bad call path goes something like this:
svc_export_put() -> mntput() -> __mntput() -> deactivate_super()
-> down_write() -> might_sleep()

I don't have a fix. Neil Brown might. I've CC'd him.

regards,
dan carpenter

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/