Home
last modified time | relevance | path

Searched hist:"8 e4bfca1" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.c8e4bfca1 Thu Jul 19 16:17:26 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> mknod: take sanity checks on mode into the very beginning

Note that applying umask can't affect their results. While
that affects errno in cases like
mknod("/no_such_directory/a", 030000)
yielding -EINVAL (due to impossible mode_t) instead of
-ENOENT (due to inexistent directory), IMO that makes a lot
more sense, POSIX allows to return either and any software
that relies on getting -ENOENT instead of -EINVAL in that
case deserves everything it gets.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
8e4bfca1 Thu Jul 19 16:17:26 CDT 2012 Al Viro <viro@zeniv.linux.org.uk> mknod: take sanity checks on mode into the very beginning

Note that applying umask can't affect their results. While
that affects errno in cases like
mknod("/no_such_directory/a", 030000)
yielding -EINVAL (due to impossible mode_t) instead of
-ENOENT (due to inexistent directory), IMO that makes a lot
more sense, POSIX allows to return either and any software
that relies on getting -ENOENT instead of -EINVAL in that
case deserves everything it gets.

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