[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 08/15] flask: remove unused secondary context in ocontext
On 06/09/2016 12:01 PM, Jan Beulich wrote: On 09.06.16 at 16:47, <dgdegra@xxxxxxxxxxxxx> wrote:--- a/xen/xsm/flask/ss/policydb.h +++ b/xen/xsm/flask/ss/policydb.h @@ -158,8 +158,8 @@ struct ocontext { u64 high_iomem; } iomem; } u; - struct context context[2]; /* security context(s) */ - u32 sid[2]; /* SID(s) */ + struct context context[1]; /* security context(s) */ + u32 sid[1]; /* SID(s) */Is keeping them be arrays useful for anything? Jan No, it was just more code churn to convert them to fields. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |