summaryrefslogtreecommitdiffstats
path: root/kernel/cred.c
diff options
context:
space:
mode:
authorNeilBrown2018-12-03 01:30:30 +0100
committerAnna Schumaker2018-12-19 19:52:44 +0100
commita6d8e7637faac93f362b694311bff64d5a8c701e (patch)
tree56e0fcf4e26bb2abe78e26f319042a711e18d0c7 /kernel/cred.c
parentcred: add get_cred_rcu() (diff)
downloadkernel-qcow2-linux-a6d8e7637faac93f362b694311bff64d5a8c701e.tar.gz
kernel-qcow2-linux-a6d8e7637faac93f362b694311bff64d5a8c701e.tar.xz
kernel-qcow2-linux-a6d8e7637faac93f362b694311bff64d5a8c701e.zip
cred: export get_task_cred().
There is no reason that modules should not be able to use this, and NFS will need it when converted to use 'struct cred'. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'kernel/cred.c')
-rw-r--r--kernel/cred.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cred.c b/kernel/cred.c
index ba60162249e8..21f4a97085b4 100644
--- a/kernel/cred.c
+++ b/kernel/cred.c
@@ -200,6 +200,7 @@ const struct cred *get_task_cred(struct task_struct *task)
rcu_read_unlock();
return cred;
}
+EXPORT_SYMBOL(get_task_cred);
/*
* Allocate blank credentials, such that the credentials can be filled in at a