From 7c89f162bcb645d2fdb234883fb689ed896077a2 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 27 Jul 2003 17:04:56 +0000 Subject: Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout. --- sys/dev/raidframe/rf_freebsdkintf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/raidframe') diff --git a/sys/dev/raidframe/rf_freebsdkintf.c b/sys/dev/raidframe/rf_freebsdkintf.c index d58bf26b08997..d391fcd7204df 100644 --- a/sys/dev/raidframe/rf_freebsdkintf.c +++ b/sys/dev/raidframe/rf_freebsdkintf.c @@ -1727,7 +1727,7 @@ raidlookup(path, td, vpp) NDINIT(nd, LOOKUP, FOLLOW, UIO_SYSSPACE, path, curthread); flags = FREAD | FWRITE; - if ((error = vn_open(nd, &flags, 0)) != 0) { + if ((error = vn_open(nd, &flags, 0, -1)) != 0) { rf_printf(2, "RAIDframe: vn_open returned %d\n", error); goto end1; } -- cgit v1.3