diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2001-10-20 03:30:34 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2001-10-20 03:30:34 +0000 |
| commit | dee2bb2540e5afb13b9dc15621f788310789af2d (patch) | |
| tree | 79575af2d3a8ba199ff3490d06a87dff8b6b8f3e /sys/fs/umapfs/umap_subr.c | |
| parent | c516499ad47547920530dc3d25f75d29eb0de38c (diff) | |
Notes
Diffstat (limited to 'sys/fs/umapfs/umap_subr.c')
| -rw-r--r-- | sys/fs/umapfs/umap_subr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/fs/umapfs/umap_subr.c b/sys/fs/umapfs/umap_subr.c index c61fe7ca1498..44730bdb2863 100644 --- a/sys/fs/umapfs/umap_subr.c +++ b/sys/fs/umapfs/umap_subr.c @@ -362,6 +362,8 @@ umap_mapids(v_mount, credp) if (credp == NOCRED) return; + KASSERT(!crshared(credp), ("remapping a shared cred")); + /* Find uid entry in map */ uid = (uid_t) umap_findid(credp->cr_uid, |
