Re: [PATCH 1/3] Make cap default

From: James Morris
Date: Tue Jul 05 2005 - 11:44:18 EST


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
<jmorris@xxxxxxxxxx>


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/