On Fri, 9 Sep 2011 15:56:15 -0400 Jim Rees <rees@xxxxxxxxx> wrote: > Jeff Layton wrote: > > The blocklayout upcall is even more scary as the width of the status > field is not explicit: > > struct bl_dev_msg { > int status; > uint32_t major, minor; > }; > > I'll take the blame for that one. I will queue up a fix. > > Making the blocklayout upcall struct packed might still be possible since > it's not officially released until 3.1, but I'm terrified of making changes > at this point in the release cycle that aren't actual bug fixes. Thanks, though I guess I also should take some of the blame for not reviewing and noticing this earlier... I'd personally call this a bug, and one that's particularly important to fix sooner rather than later. Changing this will mean ABI breakage any way you look at it. I think it would be better to go through that pain now before anyone is really relying on that code. While we're looking at this...do we also need to worry about endianness here? Is it possible we'd ever end up running BE upcall code on a LE kernel (or vice versa) in some sort of horrid compat mode? If so, it might be worthwhile to consider making both those fields __be32 or something and fixing the code to handle that properly as well. -- Jeff Layton <jlayton@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html