From: Trond Myklebust <trond.myklebust@fys.uio.no>
To: Luca Barbieri <ldb@ldb.ods.org>,
Cc: Linus Torvalds <torvalds@transmeta.com>,
Linux FSdevel <linux-fsdevel@vger.kernel.org>,
Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] Initial support for struct vfs_cred [0/1]
Date: Sun, 1 Sep 2002 16:10:01 +0200 [thread overview]
Message-ID: <15730.8121.554630.859558@charged.uio.no> (raw)
In-Reply-To: <15730.4100.308481.326297@charged.uio.no>
>>>>> " " == Trond Myklebust <trond.myklebust@fys.uio.no> writes:
>>>>> " " == Luca Barbieri <ldb@ldb.ods.org> writes:
>> For example, rather than this;
> <snip>
>> you can just do this:
>> - uid_t saved_fsuid = current->fsuid;
>> + uid_t saved_fsuid = current->fscred.uid;
>> kernel_cap_t saved_cap =
current-> cap_effective;
> But I don't want to have to do that at all. Why should I change
Just to follow up on why the above 'optimization' is just plain wrong.
You are forgetting that the fscred might simultaneously be referenced
by an open struct file. Are you saying that this file should suddenly
see its credential change?
The alternative without copy on write is to make a full copy of the
fscred every time we open a file or schedule some form of asynchronous
I/O, and hence need to cache the current VFS credentials.
The copy-on-write rule is there in order to *minimize* the need to
copy the cred. It works because changing the cred's entries is
supposed to be a *rare* occurrence, whereas taking references and
reading are common.
Cheers,
Trond
next prev parent reply other threads:[~2002-09-01 14:10 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1030820234.4408.119.camel@ldb>
2002-08-31 19:36 ` [PATCH] Initial support for struct vfs_cred [0/1] Linus Torvalds
2002-08-31 19:38 ` Luca Barbieri
2002-08-31 22:30 ` Trond Myklebust
2002-08-31 23:13 ` Luca Barbieri
2002-09-01 13:03 ` Trond Myklebust
2002-09-01 14:10 ` Trond Myklebust [this message]
2002-09-01 14:20 ` Luca Barbieri
[not found] ` <1030890022.2145.52.camel@ldb>
2002-09-01 16:40 ` Trond Myklebust
[not found] ` <15730.17171.162970.367575@charged.uio.no>
2002-09-01 18:54 ` Luca Barbieri
2002-09-01 19:40 ` Trond Myklebust
[not found] ` <15730.27952.29723.552617@charged.uio.no>
2002-09-01 21:34 ` Luca Barbieri
[not found] ` <1030916061.2145.344.camel@ldb>
2002-09-01 21:56 ` Trond Myklebust
[not found] ` <15730.36080.987645.452664@charged.uio.no>
2002-09-01 22:50 ` Luca Barbieri
2002-09-01 14:33 ` Luca Barbieri
2002-09-01 16:38 ` Trond Myklebust
2002-09-01 18:42 ` Luca Barbieri
2002-09-01 19:25 ` Trond Myklebust
2002-09-01 21:36 ` Luca Barbieri
2002-09-01 15:15 ` Daniel Phillips
2002-09-01 15:35 ` Luca Barbieri
[not found] <15728.61345.184030.293634@charged.uio.no>
2002-08-31 18:57 ` Luca Barbieri
2002-08-31 19:51 ` Luca Barbieri
2002-08-31 16:32 Trond Myklebust
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=15730.8121.554630.859558@charged.uio.no \
--to=trond.myklebust@fys.uio.no \
--cc=ldb@ldb.ods.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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;
as well as URLs for NNTP newsgroup(s).