From: Aneesh K. K.V <ane...@di...> - 2002-10-31 04:28:50
|
On Thu, 2002-10-31 at 03:40, John Byrne wrote: > David B. Zafman wrote: > > The cluster_api.svc change doesn't build in an SSI kernel because although "gcc -E" is run, > > the CONFIG_SSI define isn't set. The following changes work in my sandbox. I haven't > > updated to 2.4.18 however. The nsc_scalls.c change is fine. > > > > [....snip....] > > operation rcluster_get_mount NO_SIG_FORWARD { > > param IN int my_node > > param INOUT int *cookie > > @@ -45,3 +49,4 @@ > > param OUT:OOL:VAR char **payload > > param OUT:OOL:VAR char **dev_name > > } > > +#endif > > > > It needs to be CONFIG_SSI. > Is this ok if i want to build SSI without CFS ? -aneesh |