Re: [RFC] [PATCH] cpuset: fix wrong calculation of relax domain level

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Li Zefan <lizf@...>
Cc: <seto.hidetoshi@...>, <linux-kernel@...>, <menage@...>, <peterz@...>, <akpm@...>, <laijs@...>
Date: Thursday, July 17, 2008 - 4:09 pm

In looking at this, I notice something I should have questioned before.

The include/linux/sched.h code:

    struct sched_domain_attr {
	    int relax_domain_level;
    };

    #define SD_ATTR_INIT    (struct sched_domain_attr) {    \
	    .relax_domain_level = -1,                       \
    }                                                                                                                                 

and the associated passing of relax_domain_level's embedded inside
a kmalloc'c struct sched_domain_attr 'dattr' seems like excessive
obfuscating apparatus to me.  Unless someone has short term plans
to be adding some other attributes to this sched_domain_attr, I
suspect it would make more sense just to pass relax_domain_level's
as explicit lvalues, dropping all this attr stuff.

Adding unnecessary abstractions 'for future growth' is usually a
bad idea.  It impedes current code understanding more than it aids
future code growth.

-- 
                  I won't rest till it's the best ...
                  Programmer, Linux Scalability
                  Paul Jackson <pj@sgi.com> 1.940.382.4214
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: [RFC] [PATCH] cpuset: fix wrong calculation of relax dom..., Paul Jackson, (Thu Jul 17, 4:09 pm)