Home
last modified time | relevance | path

Searched hist:e9baf6e5 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.ce9baf6e5 Thu May 15 03:49:12 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [PATCH] return to old errno choice in mkdir() et.al.

In case when both EEXIST and EROFS would apply we used to
return the former in mkdir(2) and friends. Lest anyone suspects
us of being consistent, in the same situation knfsd gave clients
nfs_erofs...

ro-bind series had switched the syscall side of things to
returning -EROFS and immediately broke an application - namely,
mkdir -p. Patch restores the original behaviour...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
e9baf6e5 Thu May 15 03:49:12 CDT 2008 Al Viro <viro@zeniv.linux.org.uk> [PATCH] return to old errno choice in mkdir() et.al.

In case when both EEXIST and EROFS would apply we used to
return the former in mkdir(2) and friends. Lest anyone suspects
us of being consistent, in the same situation knfsd gave clients
nfs_erofs...

ro-bind series had switched the syscall side of things to
returning -EROFS and immediately broke an application - namely,
mkdir -p. Patch restores the original behaviour...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>