Todd Poynor wrote... > On Fri, Apr 5, 2013 at 4:01 PM, Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx> wrote: > > > > On Fri, Apr 05, 2013 at 03:54:23PM -0700, Todd Poynor wrote: > > > Replace C division operators with div64_u64 for divides introduced in: > > > commit 503f4bdcc078e7abee273a85ce322de81b18a224 > > > ext4: use atomic64_t for the per-flexbg free_clusters count > > > > > > Specific to the linux-3.0 backport of the upstream patch. > > > > Why is this specific? Why is this working differently in 3.0 from 3.4 > > and newer? > > Looks like 3.1 doesn't have this patch. Just comparing the "ext4: use atomic64_t for the per-flexbg free_clusters count" patches for 3.0 and 3.4, your fix and git: The build errors in 3.0.72 your patch fixes originate in find_group_flex which was removed in v3.1-rc3-44-g4113c4c, hence only 3.0 was affected. Christoph -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html