summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/ctfs/ctfs_latest.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/fs/ctfs/ctfs_latest.c')
-rw-r--r--usr/src/uts/common/fs/ctfs/ctfs_latest.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/common/fs/ctfs/ctfs_latest.c b/usr/src/uts/common/fs/ctfs/ctfs_latest.c
index 6a2bfc80f1..0d7618da21 100644
--- a/usr/src/uts/common/fs/ctfs/ctfs_latest.c
+++ b/usr/src/uts/common/fs/ctfs/ctfs_latest.c
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -77,7 +77,8 @@ ctfs_latest_nested_open(vnode_t *vp, cred_t *cr)
gfs_file_set_index(cvp, -1);
- VERIFY(gfs_dir_lookup(cvp, "status", &svp, cr) == 0);
+ VERIFY(gfs_dir_lookup(cvp, "status", &svp,
+ cr, 0, NULL, NULL) == 0);
VN_RELE(cvp);