Recommended change

Mike Black (mblack@csihq.com)
Fri, 17 Aug 2001 05:57:01 -0400


I upgraded to e2fsprog-1.23 and LInux 2.4.8 yesterday and saw this:

Aug 16 08:58:20 yeti kernel: md: fsck.ext3(pid 207) used obsolete MD ioctl,
upgrade your software to use new ictls.

Do you suppose we could change the printk line to actually output the ioctl
that was requested?

i.e.:

/usr/src/linux/drivers/md/md.c

default:
printk(KERN_WARNING "md: %s(pid %d) used obsolete MD
ioctl(%d), upgrade your software to use new ictls.\n", current->comm,
current->pid, cmd);

Might help debugging this stuff a little easier.

________________________________________
Michael D. Black Principal Engineer
mblack@csihq.com 321-676-2923,x203
http://www.csihq.com Computer Science Innovations
http://www.csihq.com/~mike My home page
FAX 321-676-2355

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