fs/locks.c: use list_for_each_entry() instead of list_for_each()
authorMatthias Kaehlcke <matthias.kaehlcke@gmail.com>
Tue, 2 Oct 2007 18:21:34 +0000 (11:21 -0700)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Tue, 9 Oct 2007 22:32:46 +0000 (18:32 -0400)
fs/locks.c: use list_for_each_entry() instead of list_for_each() in
posix_locks_deadlock() and get_locks_status()

Signed-off-by: Matthias Kaehlcke <matthias.kaehlcke@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

No differences found