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 [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to