diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2013-05-10 19:50:24 +0100 |
---|---|---|
committer | David Howells <dhowells@redhat.com> | 2013-06-19 14:16:47 +0100 |
commit | ee8be57bc331f00d520c4c8a78ffa9590ed41c2c (patch) | |
tree | b7033ab0c9a2836105da401a0de09278139fa759 /fs/cachefiles | |
parent | cb65537ee1134d3cc55c1fa83952bc8eb1212833 (diff) | |
download | linux-ee8be57bc331f00d520c4c8a78ffa9590ed41c2c.tar.gz linux-ee8be57bc331f00d520c4c8a78ffa9590ed41c2c.tar.xz |
fs/fscache: remove spin_lock() from the condition in while()
The spinlock() within the condition in while() will cause a compile error
if it is not a function. This is not a problem on mainline but it does not
look pretty and there is no reason to do it that way.
That patch writes it a little differently and avoids the double condition.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David Howells <dhowells@redhat.com>
Tested-By: Milosz Tanski <milosz@adfin.com>
Acked-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'fs/cachefiles')
0 files changed, 0 insertions, 0 deletions