From: Tony Vroon <tony@linx.net>
To: Al Viro <viro@ZenIV.linux.org.uk>
Cc: Alexander Beregalov <a.beregalov@gmail.com>,
Linus Torvalds <torvalds@linux-foundation.org>,
linux-kernel@vger.kernel.org
Subject: Re: [git pull] VFS stuff, part 1
Date: Thu, 17 Dec 2009 01:05:06 +0000 [thread overview]
Message-ID: <1261011906.3183.1.camel@localhost> (raw)
In-Reply-To: <20091217004003.GQ14381@ZenIV.linux.org.uk>
[-- Attachment #1: Type: text/plain, Size: 666 bytes --]
On Thu, 2009-12-17 at 00:40 +0000, Al Viro wrote:
> In the meanwhile, see if this fixes it
> 8f4cb3a4252a053d2c7299d7d251389bddf0bcd4
> diff --git a/mm/shmem.c b/mm/shmem.c
I can confirm that this fixes the problem. (When applied to a virgin
linux-2.6 checkout, without reverting anything)
Thank you :)
> index f848506..eef4ebe 100644
> --- a/mm/shmem.c
> +++ b/mm/shmem.c
> @@ -1830,6 +1830,8 @@ shmem_mknod(struct inode *dir, struct dentry *dentry, int mode, dev_t dev)
> iput(inode);
> return error;
> }
> +#else
> + error = 0;
> #endif
> if (dir->i_mode & S_ISGID) {
> inode->i_gid = dir->i_gid;
Regards,
Tony V.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
prev parent reply other threads:[~2009-12-17 1:04 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-16 18:51 [git pull] VFS stuff, part 1 Al Viro
2009-12-16 18:53 ` Al Viro
2009-12-16 22:41 ` Alexander Beregalov
2009-12-16 22:47 ` Linus Torvalds
2009-12-16 22:54 ` Tony Vroon
2009-12-16 23:07 ` Al Viro
2009-12-16 23:13 ` Tony Vroon
2009-12-16 23:27 ` Al Viro
2009-12-17 0:02 ` Tony Vroon
2009-12-17 0:40 ` Al Viro
2009-12-17 1:00 ` Al Viro
2009-12-17 1:05 ` Tony Vroon [this message]
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=1261011906.3183.1.camel@localhost \
--to=tony@linx.net \
--cc=a.beregalov@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=viro@ZenIV.linux.org.uk \
/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