Florian Weimer Wed, 13 Apr 2016 05:45:33 -0700
* 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.