]> git.openfabrics.org - ~emulex/infiniband.git/commit
xfs: cleanup xfs_log_space_wake
authorChristoph Hellwig <hch@infradead.org>
Mon, 20 Feb 2012 02:31:23 +0000 (02:31 +0000)
committerBen Myers <bpm@sgi.com>
Thu, 23 Feb 2012 04:17:00 +0000 (22:17 -0600)
commitcfb7cdca0aca5ee2e2ef491284bf1edc3b581885
tree2d3398752711b7b0215cba1aa2cc06fc8a44163d
parent5b03ff1b2444ddf7b8084b7505101e97257aff5a
xfs: cleanup xfs_log_space_wake

Remove the now unused opportunistic parameter, and use the the
xlog_writeq_wake and xlog_reserveq_wake helpers now that we don't have
to care about the opportunistic wakeups.

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.h
fs/xfs/xfs_trans_ail.c