On Wed, Nov 19, 2008 at 07:32:16PM +0100, Jan Engelhardt wrote:
Hi, Jan!
I think this error comes from arch/um/drivers/ubd_kern.c::ubd_open_dev()
This is from the caller: ubd_open().
ubd_open_dev() calls open_ubd_file() to open the ubd device, which, in
turn, calls os_open_file() which is a wrapper of open64().
And errno 21 should be EISDIR, for open(), which means we invoked it
with a writing operation, probably O_RDWR...
So I think there must be something wrong in the code, writing to a
directory is suspicious...
I will try to check it.
Thank you!
--
"Sometimes the only way to stay sane is to go a little crazy."
--