All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulrich Drepper <drepper@redhat.com>
To: Tony Luck <tony.luck@intel.com>
Cc: linux-kernel@vger.kernel.org, akpm@osdl.org, torvalds@osdl.org,
	kenneth.w.chen@intel.com
Subject: Re: [PATCH 1/3] NEW VERSION: *at syscalls: Implementation
Date: Mon, 06 Feb 2006 13:32:58 -0800	[thread overview]
Message-ID: <43E7C08A.7090700@redhat.com> (raw)
In-Reply-To: <12c511ca0602061322s7e97c488r78f14cd4897621f0@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 640 bytes --]

Tony Luck wrote:
> But I still can't get sys_mkdirat()
> to make a directory ... I just get a regular file.

Does normal mkdir() work?  If yes, it a problem in the way you wire the
syscalls up.  sys_mkdir is just calling sys_mkdirat.

Anyway, hold off on submitting code for the *at syscalls for a bit
longer.  I just found another problem.  Not a bug, but we must expose
the stat64 data instead of stat on 32bit platforms.  I completely missed
this in my patch.  The kernel's stat-related code is in almost a bad of
a shape as glibc's.

-- 
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]

  reply	other threads:[~2006-02-06 21:34 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-12-17 17:42 [PATCH 1/3] NEW VERSION: *at syscalls: Implementation Ulrich Drepper
2006-02-06 20:26 ` Tony Luck
2006-02-06 21:22   ` Tony Luck
2006-02-06 21:32     ` Ulrich Drepper [this message]
2006-02-06 21:31   ` Tony Luck

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=43E7C08A.7090700@redhat.com \
    --to=drepper@redhat.com \
    --cc=akpm@osdl.org \
    --cc=kenneth.w.chen@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tony.luck@intel.com \
    --cc=torvalds@osdl.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.