* Richard W. M. Jones:

> +SYSCALL_DEFINE0(getumask)
> +{
> +     return current->fs->umask;
> +}

The convention seems to be to call current_umask(), instead of
inlining its contents.

Reply via email to