commit | f35ac346bc48b2086aa94f031baf1f6237a89de6 | [log] [tgz] |
---|---|---|
author | Steven Whitehouse <swhiteho@redhat.com> | Sun Mar 18 17:04:15 2007 +0000 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Tue May 01 09:10:47 2007 +0100 |
tree | 52894d686dfff82914655e3fd32767f806b77d33 | |
parent | 254da030dfb1b13d42d07e4292a4790d88c6874f [diff] |
[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 <swhiteho@redhat.com> Acked-by: David Teigland <teigland@redhat.com>