]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - fs/xfs/xfs_log_priv.h
xfs: remove log space waitqueues
authorChristoph Hellwig <hch@infradead.org>
Mon, 20 Feb 2012 02:31:24 +0000 (02:31 +0000)
committerBen Myers <bpm@sgi.com>
Thu, 23 Feb 2012 04:17:00 +0000 (22:17 -0600)
commit14a7235fba4302a82d61150eda92ec90d3ae9cfb
treee0a43b6367bef41f68137279552caf7b53a43010
parentcfb7cdca0aca5ee2e2ef491284bf1edc3b581885
xfs: remove log space waitqueues

The tic->t_wait waitqueues can never have more than a single waiter
on them, so we can easily replace them with a task_struct pointer
and wake_up_process.

Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_log.c
fs/xfs/xfs_log_priv.h