[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1164672536.10750.16.camel@dyn9047017105.beaverton.ibm.com>
Date: Mon, 27 Nov 2006 16:08:56 -0800
From: Avantika Mathur <mathur@...ibm.com>
To: "linux-ext4@...r.kernel.org" <linux-ext4@...r.kernel.org>,
Andrew Morton <akpm@...l.org>
Subject: [PATCH 0/3] extents fixes
This set of patches is in response to comments to the extents patch
posted in August. Can these be added to the -mm tree?
[Patch 1/3]
changes instances of
if ((lhs = expression)) {
to the preferred coding style
lhs=expression;
if (lhs) {
[Patch 2/3]
Performs kmalloc to kzalloc conversion.
[Patch 3/3]
Removes all inline keywords
Thanks,
Avantika Mathur
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists