[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1261011906.3183.1.camel@localhost>
Date: Thu, 17 Dec 2009 01:05:06 +0000
From: Tony Vroon <tony@...x.net>
To: Al Viro <viro@...IV.linux.org.uk>
Cc: Alexander Beregalov <a.beregalov@...il.com>,
Linus Torvalds <torvalds@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [git pull] VFS stuff, part 1
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.
Download attachment "signature.asc" of type "application/pgp-signature" (199 bytes)
Powered by blists - more mailing lists