sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name
authorIngo Molnar <mingo@kernel.org>
Sun, 5 Mar 2017 10:25:39 +0000 (11:25 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 20 Jun 2017 10:18:28 +0000 (12:18 +0200)
commit2141713616c652aeabf2dd5c1e89bc601c4fed6a
tree506baaf0994e1279805c4991bc904c5fbcaa9ed3
parent9d9d676f595b5081326be7a17dc681fcb38fb3b2
sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field name

Rename 'struct wait_bit_queue::wait' to ::wq_entry, to more clearly
name it as a wait-queue entry.

Propagate it to a couple of usage sites where the wait-bit-queue internals
are exposed.

Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
fs/inode.c
fs/jbd2/journal.c
fs/xfs/xfs_icache.c
fs/xfs/xfs_inode.c
include/linux/wait.h
kernel/sched/wait.c