From: Christoph Hellwig Date: Mon, 20 Feb 2012 02:31:21 +0000 (+0000) Subject: xfs: do exact log space wakeups in xlog_ungrant_log_space X-Git-Tag: v3.4-rc1~121^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af1de753b3caf9fa3762b4b1b85d833c121847e;p=pandora-kernel.git 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 Signed-off-by: Christoph Hellwig Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed