[pnfs] [PATCH 10/11] Add new back channel support object files to sunrpc module.

Ricardo Labiaga ricardo.labiaga at netapp.com
Wed Nov 28 14:37:25 EST 2007


I failed to git add it.  That brings a good question though.
net/sunrpc/bc_svc.c currently stubs out bc_process() that does no work.
What's the preferred way of dealing with this work in progress?  Submit
a patch and have it in the history as a simple stub?

- ricardo


On Wed, 2007-11-28 at 15:57 +0200, Benny Halevy wrote:
> On Nov. 28, 2007, 6:25 +0200, ricardo.labiaga at netapp.com wrote:
> > Signed-off-by: Ricardo Labiaga <ricardo.labiaga at netapp.com>
> > ---
> >  net/sunrpc/Makefile |    3 ++-
> >  1 files changed, 2 insertions(+), 1 deletions(-)
> > 
> > diff --git a/net/sunrpc/Makefile b/net/sunrpc/Makefile
> > index 5c69a72..6092cd6 100644
> > --- a/net/sunrpc/Makefile
> > +++ b/net/sunrpc/Makefile
> > @@ -11,6 +11,7 @@ sunrpc-y := clnt.o xprt.o socklib.o xprtsock.o sched.o \
> >  	    auth.o auth_null.o auth_unix.o \
> >  	    svc.o svcsock.o svcauth.o svcauth_unix.o \
> >  	    rpcb_clnt.o timer.o xdr.o \
> > -	    sunrpc_syms.o cache.o rpc_pipe.o
> > +	    sunrpc_syms.o cache.o rpc_pipe.o \
> > +	    bc_svc.o backchannel_rqst.o
> 
> Ricardo, net/sunrpc/bc_svc.c seems to missing...
> 
> Benny
> 
> >  sunrpc-$(CONFIG_PROC_FS) += stats.o
> >  sunrpc-$(CONFIG_SYSCTL) += sysctl.o


More information about the pNFS mailing list