From: Aneesh K. K.V <ane...@di...> - 2003-06-05 04:21:54
|
On Thu, 2003-06-05 at 08:04, Watson, Brian J. (HP) wrote: > Aneesh Kumar K.V wrote: > > This required some changes to cluster.h ssisys.h in the kernel > > directory. > > I checked the differences for cluster.h into the new CI repository. I > didn't see any relevant differences for ssisys.h. > I made these changes for cluster-tools to build --- /home/kvaneesh/SSI-reorg/ci/kernel/include/cluster/ssisys.h Wed Jun 4 03:52:31 2003 +++ ssisys.h Thu Jun 5 18:22:58 2003 @@ -21,8 +21,11 @@ * */ #ifndef _CLUSTER_SSISYS_H #define _CLUSTER_SSISYS_H +/* JAG - Linux version ???? */ +#define FSTYPSZ 16 + #include <linux/types.h> #ifdef __KERNEL__ @@ -154,8 +157,9 @@ extern long do_ssisys(ssisys_iovec_t *); extern long do_discover_mounts(const char *, int); +#endif /* __KERNEL__ */ /* * IN argument structure used for SSISYS_LDLVL_INIT */ struct ts_ldinit_inargs { @@ -371,9 +375,8 @@ }; typedef struct ts_get_primary_inargs ts_get_primary_inargs_t; -#endif /* __KERNEL__ */ #ifndef __KERNEL__ /* |