From: Steven Whitehouse Date: Sun, 18 Mar 2007 17:04:15 +0000 (+0000) Subject: [GFS2] Speed up lock_dlm's locking (move sprintf) X-Git-Tag: v2.6.22-rc1~820^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f35ac346bc48b2086aa94f031baf1f6237a89de6;p=pandora-kernel.git [GFS2] Speed up lock_dlm's locking (move sprintf) The following patch speeds up lock_dlm's locking by moving the sprintf out from the lock acquisition path and into the lock creation path. This reduces the amount of CPU time used in acquiring locks by a fair amount. Signed-off-by: Steven Whitehouse Acked-by: David Teigland --- Reading git-diff-tree failed