From: "Pekka Enberg" <penberg@cs.helsinki.fi>
To: "Andrew Morton" <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, sct@redhat.com,
adilger@clusterfs.com, clameter@sgi.com
Subject: Re: [PATCH 1/4] ext2: remove inode constructor
Date: Thu, 10 May 2007 15:56:47 +0300 [thread overview]
Message-ID: <84144f020705100556x2fd70556p37cde356520e515d@mail.gmail.com> (raw)
In-Reply-To: <20070509133948.814128f4.akpm@linux-foundation.org>
On 5/9/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> ext2 has no truncate_mutex.
I think it does:
- mutex_init(&ei->truncate_mutex);
- inode_init_once(&ei->vfs_inode);
- }
-}
And fs/ext2/super.c:init_once() from 2.6.21-mm2 says:
mutex_init(&ei->truncate_mutex);
inode_init_once(&ei->vfs_inode);
}
}
Hmm?
On 5/9/07, Andrew Morton <akpm@linux-foundation.org> wrote:
> These patches are rather tangled up with the unmerged __GFP_RECLAIMABLE
> stuff. I'll duck them for now.
Ok. I would appreciate any kind of heads-up when you're ready to eat
these patches again. ;-)
next prev parent reply other threads:[~2007-05-10 12:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-05-05 9:57 Pekka J Enberg
2007-05-09 20:39 ` Andrew Morton
2007-05-10 11:36 ` Satyam Sharma
2007-05-10 12:56 ` Pekka Enberg [this message]
2007-05-10 18:46 ` Christoph Lameter
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=84144f020705100556x2fd70556p37cde356520e515d@mail.gmail.com \
--to=penberg@cs.helsinki.fi \
--cc=adilger@clusterfs.com \
--cc=akpm@linux-foundation.org \
--cc=clameter@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=sct@redhat.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
all inboxes | Powered by JetHome®