[PATCH 0/3] extents fixes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Reiser Filesystem Development]     [Ceph FS]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Linux FS]     [Yosemite National Park]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Device Mapper]     [Linux Media]

  Powered by Linux