* [PATCH 2.6.18-rc4] aoe [01/14]: eliminate isbusy message
@ 2006-09-20 18:34 Ed L. Cashin
2006-09-20 22:36 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Ed L. Cashin @ 2006-09-20 18:34 UTC (permalink / raw)
To: linux-kernel; +Cc: ecashin, Greg K-H
This message doesn't help users because the circumstance isn't problematic.
Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
---
diff -upr 2.6.18-rc4-orig/drivers/block/aoe/aoedev.c 2.6.18-rc4-aoe/drivers/block/aoe/aoedev.c
--- 2.6.18-rc4-orig/drivers/block/aoe/aoedev.c 2006-08-17 16:45:33.000000000 -0400
+++ 2.6.18-rc4-aoe/drivers/block/aoe/aoedev.c 2006-09-20 14:29:35.000000000 -0400
@@ -20,11 +20,8 @@ aoedev_isbusy(struct aoedev *d)
f = d->frames;
e = f + d->nframes;
do {
- if (f->tag != FREETAG) {
- printk(KERN_DEBUG "aoe: %ld.%ld isbusy\n",
- d->aoemajor, d->aoeminor);
+ if (f->tag != FREETAG)
return 1;
- }
} while (++f < e);
return 0;
--
"Ed L. Cashin" <ecashin@coraid.com>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 2.6.18-rc4] aoe [01/14]: eliminate isbusy message
2006-09-20 18:34 [PATCH 2.6.18-rc4] aoe [01/14]: eliminate isbusy message Ed L. Cashin
@ 2006-09-20 22:36 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2006-09-20 22:36 UTC (permalink / raw)
To: Ed L. Cashin; +Cc: linux-kernel, Greg K-H
Ar Mer, 2006-09-20 am 14:34 -0400, ysgrifennodd Ed L. Cashin:
> This message doesn't help users because the circumstance isn't problematic.
>
> Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
> ---
Acked-by: Alan Cox <alan@redhat.com>
[All 14]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-20 22:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-20 18:34 [PATCH 2.6.18-rc4] aoe [01/14]: eliminate isbusy message Ed L. Cashin
2006-09-20 22:36 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®