Re: [RFC/PATCH] revoke/frevoke system calls V2

From: Ulrich Drepper
Date: Thu Jul 27 2006 - 12:39:27 EST


On 7/27/06, Pekka J Enberg <penberg@xxxxxxxxxxxxxx> wrote:
+asmlinkage int sys_revoke(const char __user *filename)

Could we just plainly avoid adding any new syscalls which take a
filename without extending the interface like the *at functions?
I.e., add a file descriptor parameter, handle AT_FDCWD, etc. The
additional effort is really minimal. Even if, as in this case, the
function is propably not used in situations where the filename use is
racy there are still those people to consider who want to implement a
virtual per-thread current working directory.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/