OSDN Git Service

apanic: Fix a few cases of calling non-atomic things from atomic
authorSan Mehat <san@google.com>
Thu, 17 Sep 2009 21:13:32 +0000 (14:13 -0700)
committerSan Mehat <san@google.com>
Thu, 17 Sep 2009 21:16:59 +0000 (14:16 -0700)
commitf8a43a016f8c3dd258083cd9b1646db3226603fd
tree0b29ed6d2f55e0d18288a8907380d25f7f560038
parent6f505dbe5337e49302574f8d2e65fd83e30f9117
apanic: Fix a few cases of calling non-atomic things from atomic

We need to pay special care to not enrage cond_resched(), and the
base nand bb stuff calls schedule() so thats out.

Signed-off-by: San Mehat <san@google.com>
drivers/misc/apanic.c