Sign in
gfiber
/
vendor
/
opensource
/
backports
/
987da0cfe79634a011b023db5e5a865219f2d42c
/
.
/
backport-include
/
linux
/
cred.h
blob: 2fbcf0111155e12ca027c5805fb0ddf20225f463 [
file
] [
log
] [
blame
]
#ifndef
__BACKPORT_LINUX_CRED_H
#define
__BACKPORT_LINUX_CRED_H
#include_next <linux/cred.h>
#include
<linux/version.h>
#ifndef
current_user_ns
#define
current_user_ns
()
(
current
->
nsproxy
->
user_ns
)
#endif
#endif
/* __BACKPORT_LINUX_CRED_H */