Problems on SPARC Solaris 2.6
Robert Burgess
Robert.Burgess at abc.se
Sat Mar 6 04:56:48 CET 1999
> xfs/solaris/xfs the directory conflicts with the module that it's
> trying to create.
Try building in a separate directory, but you're right, that should be fixed.
> I can't list the _contents_ of a directory.
Thanks for the report, could you try this patch:
Index: xfs_syscalls.c
===================================================================
RCS file: /usr/local/cvsroot/arla/xfs/solaris/xfs_syscalls.c,v
retrieving revision 1.16
diff -u -w -r1.16 xfs_syscalls.c
--- xfs_syscalls.c 1998/12/22 13:16:52 1.16
+++ xfs_syscalls.c 1999/03/06 03:42:37
@@ -188,7 +188,7 @@
return set_errno(EINVAL);
}
- if (vice_ioctl->in_size != sizeof(fh_args))
+ if (vice_ioctl->in_size < sizeof(fh_args))
return set_errno(EINVAL);
error = copyin ((caddr_t)vice_ioctl->in,
More information about the Arla-drinkers
mailing list