Re: 2.4.0test1 - VFS return EIO instead of (eg) ENOSPACE

From: Mitchell Blank Jr (mitch@sfgoth.com)
Date: Mon May 29 2000 - 02:08:40 EST


> - return -EIO;
> + return err || -EIO;

So always return "1"?!? How about "err ?: -EIO"... I think that's probably
what you mean.

-Mitch

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



This archive was generated by hypermail 2b29 : Wed May 31 2000 - 21:00:20 EST