diff options
Diffstat (limited to 'usr/src/uts/common/os/tlabel.c')
-rw-r--r-- | usr/src/uts/common/os/tlabel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/os/tlabel.c b/usr/src/uts/common/os/tlabel.c index 30569bb963..3a46745483 100644 --- a/usr/src/uts/common/os/tlabel.c +++ b/usr/src/uts/common/os/tlabel.c @@ -287,7 +287,7 @@ getflabel(vnode_t *vp) /* * Traverse lofs mounts and fattach'es to get the real vnode */ - if (VOP_REALVP(rvp, &rvp2) == 0) + if (VOP_REALVP(rvp, &rvp2, NULL) == 0) rvp = rvp2; rvfsp = rvp->v_vfsp; |