]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: do exact log space wakeups in xlog_ungrant_log_space
authorChristoph Hellwig <hch@infradead.org>
Mon, 20 Feb 2012 02:31:21 +0000 (02:31 +0000)
committerBen Myers <bpm@sgi.com>
Thu, 23 Feb 2012 04:17:00 +0000 (22:17 -0600)
commit60e98e997c61a089acc0ee311ae25a2f08522f85
treeac204af972bcf3c7a4b913276ab32aa93426fe12
parent1491c42eca6fa5b1f4177ec0c0d8365c623b734c
xfs: do exact log space wakeups in xlog_ungrant_log_space

The only reason that xfs_log_space_wake had to do opportunistic wakeups
was that the old xfs_log_move_tail calling convention didn't allow for
exact wakeups when not updating the log tail LSN.  Since this issue has
been fixed we can do exact wakeups now.

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