Re: [PATCH] cgroup.c: Some 'hlist_head' function fixes.

From: Paul Jackson
Date: Sat Aug 09 2008 - 17:07:37 EST


Rabik wrote:
> + i = 0;
> + i = hash_long(tmp, CSS_SET_HASH_BITS);

That "i = 0;" looks unnecessary to me, given
that i is unconditionally set again, on the
very next line.

--
I won't rest till it's the best ...
Programmer, Linux Scalability
Paul Jackson <pj@xxxxxxx> 1.940.382.4214
--
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/