if (!(flag & O_CREAT)) {
if (path_init(pathname, lookup_flags(flag), nd))
so O_CREATE can never be set. Not a bug, just misleading. It does not
help that path_walk() has a variable called lookup_flags.
-
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/