lkml.org 
[lkml]   [2009]   [Sep]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][v6][PATCH 7/9]: Define do_fork_with_pids()
Arnd Bergmann [arnd@arndb.de] wrote:
| On Thursday 10 September 2009, Sukadev Bhattiprolu wrote:
| > +long do_fork(unsigned long clone_flags,
| > + unsigned long stack_start,
| > + struct pt_regs *regs,
| > + unsigned long stack_size,
| > + int __user *parent_tidptr,
| > + int __user *child_tidptr)
| > +{
| > + return do_fork_with_pids(clone_flags, stack_start, regs, stack_size,
| > + parent_tidptr, child_tidptr, NULL);
| > +}
| > +
|
| How about making this one a static inline in linux/sched.h?

Yes. I will inline do_fork().

Sukadev


\
 
 \ /
  Last update: 2009-09-10 23:27    [W:0.119 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site