On Tue, 5 Jul 2005, Kurt Garloff wrote: > # define COND_SECURITY(seop, def) \ > (security_opt->seop == NULL) || \ > security_ops == &capability_security_ops)? \ > def: security_ops->seop
Why is this a macro and not a static inline? - James -- James Morris <[EMAIL PROTECTED]> - 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/