https://bugzilla.novell.com/show_bug.cgi?id=807153 https://bugzilla.novell.com/show_bug.cgi?id=807153#c2 Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|kernel-maintainers@forge.pr |jack@suse.com |ovo.novell.com | --- Comment #2 from Jeff Mahoney <jeffm@suse.com> 2013-07-15 15:09:33 EDT --- This probably just needs an xfsprogs update. There is no kernel issue per se - it's that it's trying to do an order 4 allocation (64Kb), which requires 16 physically contiguous pages to honor. On systems that have been up during any serious activity or have relatively low amounts of memory (2GB probably makes that a combination of both), that request may fail. In this particular case, the caller of the ioctl is responsible for passing the size of the request -- so xfsprogs probably just needs to back off and use smaller requests. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.