On Tue, Jun 03, 2014 at 08:21:06PM +0530, Zubin Mithra wrote:
> > Same here, lets change decode_open to return RVAL_FD instead.
> >
> >> +int sys_delete_module(struct tcb *tcp)
> >> +{
> >>       return decode_open(tcp, 0);
> >>  }
> >
> > btw, it's not right for sys_delete_module to use decode_open,
> > but that's a subject for another patch.
> 
> I see -- so do I create a duplicate of decode_open or just use
> decode_open in the meantime?

Just use decode_open in this patch.


-- 
ldv

Attachment: pgpiokyK6a9nN.pgp
Description: PGP signature

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their 
applications. Written by three acclaimed leaders in the field, 
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to