From: Jon Foster <jon@jon-foster.co.uk>
To: linux-kernel@vger.kernel.org
Cc: joe.korty@ccur.com
Subject: Re:[PATCH, 2.6.0-test11] more correct get_compat_timespec interface
Date: Wed, 03 Dec 2003 18:51:19 +0000 [thread overview]
Message-ID: <3FCE30A7.4080600@jon-foster.co.uk> (raw)
Hi,
>-int put_compat_timespec(struct timespec *ts, struct compat_timespec *cts)
>+int put_compat_timespec(struct timespec *ts, const struct
compat_timespec *cts)
>{
>return (verify_area(VERIFY_WRITE, cts, sizeof(*cts)) ||
>__put_user(ts->tv_sec, &cts->tv_sec) ||
Shouldn't the "const" be on the other argument?
Kind regards,
Jon Foster
next reply other threads:[~2003-12-03 18:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-12-03 18:51 Jon Foster [this message]
2003-12-03 21:31 ` [PATCH, " Joe Korty
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FCE30A7.4080600@jon-foster.co.uk \
--to=jon@jon-foster.co.uk \
--cc=joe.korty@ccur.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®