Re: [PATCH] kernel:Remove unnessary line in the function,acct_pin_kill

From: Al Viro
Date: Thu May 07 2015 - 12:33:18 EST


On Thu, May 07, 2015 at 11:31:03AM -0400, Nicholas Krause wrote:
> This removes the unneeded call to the function,cmpxchg due to
> getting the build warning, warning: value computed is not used
> for this line of code. In addition this was found when building
> the cerfcube_defconfig for arm based solutions.

??!!?!??? Return value not being used != function call has no effect.
If you really do not understand that, take a remedial course on
_any_ procedural language (ideally - C, since you are modifying code
written in it) and try to abstain from posting patches until you manage
to get a passing grade.

<looks at the source of that posting>

Ah, it's Nick... Nevermind, then.
--
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/