On Fri, 14 Feb 2014, David Rientjes wrote: > Yeah, you don't need it, but don't you think it makes the code more > readable? Otherwise this is going to be just doing > > return (unsigned long)objp & ~SLAB_OBJ_PFMEMALLOC; > > and you gotta figure out the function type to understand it's returned as Isnt there something like PTR_ALIGN() for this case that would make it more readable? -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>