On Fri, 2013-02-22 at 13:20 -0800, Randy Dunlap wrote: > On 02/22/13 11:46, Mimi Zohar wrote: > > Fix a build error when CONFIG_BLOCK is not enabled by defining > > a wrapper called ima_part_pack_uuid(). The wrapper returns > > -EINVAL, when CONFIG_BLOCK is not defined. > > Some function wrapper for the case of BLOCK not enabled should be handled > where the function is defined, not where it is called. > That's how it is usually done in Linux.
Ok, I've renamed the wrapper from ima_part_pack_uuid() to blk_part_pack_uuid() and moved it to linux/genhd.h thanks, Mimi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

