Re: [RFC/PATCH] Add preadv and pwritev system calls.

From: Gerd Hoffmann
Date: Fri Dec 12 2008 - 04:20:20 EST


Christoph Hellwig wrote:
>
> Looks good, but you should Cc linux-arch so that arch maintainers get
> a heads up to wire up the syscalls.

Will do for the next version.

>> + if (ret > 0)
>> + add_rchar(current, ret);
>> + inc_syscr(current);
>> + return ret;
>
> Could it be that these are missing for the compat case both for the existing
> readv/writev and your new syscalls?

Yep, seems so, I can't spot them anywhere in compat.c.
I'll sort that too.

thanks,
Gerd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/