Re: [patch 6/9] signalfd/timerfd - timerfd core ...

2007-03-11 Thread Davide Libenzi
On Sun, 11 Mar 2007, Thomas Gleixner wrote: > Davide, > > On Sat, 2007-03-10 at 18:22 -0800, Davide Libenzi wrote: > > Some remarks: > > > + > > +asmlinkage long sys_timerfd(int ufd, int clockid, int tmrtype, > > + const struct timespec __user *utmr) > > +{ > > + int err

Re: [patch 6/9] signalfd/timerfd - timerfd core ...

2007-03-11 Thread Thomas Gleixner
Davide, On Sat, 2007-03-10 at 18:22 -0800, Davide Libenzi wrote: Some remarks: > + > +asmlinkage long sys_timerfd(int ufd, int clockid, int tmrtype, > + const struct timespec __user *utmr) > +{ > + int error; > + struct timerfd_ctx *ctx; > + struct file *file;