lowmem: remove an unecessary local variable
authorViktor Rosendahl <viktor.rosendahl@nokia.com>
Thu, 11 Sep 2008 16:20:36 +0000 (19:20 +0300)
committerTony Lindgren <tony@atomide.com>
Fri, 12 Sep 2008 18:11:42 +0000 (11:11 -0700)
commitd0160ff8ee5f7a11f6008e560c9fb7137b069797
treeb9053e79bb1d2efdc09324805845e2a950520eaf
parent7ad66bbef447c94959c5e1111c4a603cbf46bb0a
lowmem: remove an unecessary local variable

This "changed" variable is kind of deprecated. We used to have a spinlock
[which was later deemed unecessary] around the first if clause in the
*_watermark_state() functions; the variable was needed in order to move the
operation in the second if clause out of the lock section.

Signed-off-by: Viktor Rosendahl <viktor.rosendahl@nokia.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
security/lowmem.c