null pointer error in raw device I/O from kernel threads

Andy Tai (lichengtai@yahoo.com)
Thu, 14 Mar 2002 18:54:15 -0800 (PST)


Hi, I am trying to do I/O to raw devices from within
kernel threads. I got null pointer error because the
raw device code references current->mm, but for kernel
threads, current->mm is 0 (NULL). I tried to force it
to use current->active_mm but the I/O operation
returns EFAULT (-14).

Any advice on how to make raw device I/O work from
kernel threads is appreciated.

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - live college hoops coverage
http://sports.yahoo.com/
-
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/