From 01788f8af67b2fa8e725ecb7d0c487aba056dc55 Mon Sep 17 00:00:00 2001 From: Pavel Semerad Date: Fri, 19 Jan 2001 10:24:04 +0000 Subject: [PATCH] STABLE10-add-missing-solaris8-call-20010119 The Solaris 8 analog of vfs_devsearch is vfs_dev2vfsp (cherry picked from commit 340194f29b7c9aae32edfa4f6cd519305715b03f) --- src/afs/SOLARIS/osi_inode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/afs/SOLARIS/osi_inode.c b/src/afs/SOLARIS/osi_inode.c index 306b282fa..42bdc89dc 100644 --- a/src/afs/SOLARIS/osi_inode.c +++ b/src/afs/SOLARIS/osi_inode.c @@ -42,6 +42,8 @@ getinode(vfsp, dev, inode, ipp, credp,perror) if (!vfsp #if !defined(AFS_SUN58_ENV) && !(vfsp = vfs_devsearch(dev)) +#else + && !(vfsp = vfs_dev2vfsp(dev)) #endif ) { return (ENODEV); -- 2.39.5