X-Git-Url: https://git.openafs.org/?p=openafs.git;a=blobdiff_plain;f=src%2Fafs%2FSOLARIS%2Fosi_vfsops.c;h=1f03b8f3d38b55a4f6f96cb5b914dc54601b557f;hp=71002ec0c597f9d5b093c2dfacb79e84eebbbd73;hb=c56873bf95f6325b70e63ed56ce59a3c6b2b753b;hpb=446457a1240b88fd94fc34ff5715f2b7f2f3ef12 diff --git a/src/afs/SOLARIS/osi_vfsops.c b/src/afs/SOLARIS/osi_vfsops.c index 71002ec..1f03b8f 100644 --- a/src/afs/SOLARIS/osi_vfsops.c +++ b/src/afs/SOLARIS/osi_vfsops.c @@ -229,7 +229,7 @@ afs_statvfs(struct vfs *afsp, struct statvfs64 *abp) abp->f_bsize = afsp->vfs_bsize; abp->f_blocks = abp->f_bfree = abp->f_bavail = abp->f_files = abp->f_favail = abp->f_ffree = AFS_VFS_FAKEFREE; - abp->f_fsid = (AFS_VFSMAGIC << 16) || AFS_VFSFSID; + abp->f_fsid = (AFS_VFSMAGIC << 16) | AFS_VFSFSID; AFS_GUNLOCK(); return 0;