]> git.baikalelectronics.ru Git - kernel.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)
commit4251e9d52de86c9959353c776edb01250fc9f3c3
tree2d3398752711b7b0215cba1aa2cc06fc8a44163d
parent7df8bb676191a98571799b61193161768da4fe2d
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