commit | 9862ca056e654633e521b303f74fb123f7f17e98 | [log] [tgz] |
---|---|---|
author | Bob Peterson <rpeterso@redhat.com> | Wed Jan 25 12:50:47 2017 -0500 |
committer | Bob Peterson <rpeterso@redhat.com> | Fri Jan 27 08:20:13 2017 -0500 |
tree | 313e2ce19c02ded366c2974f9480fc94e96cb430 | |
parent | b63f5e84826b3e1ae81e051a6a7c5a94b657aecb [diff] |
GFS2: Switch tr_touched to flag in transaction This patch eliminates the int variable tr_touched in favor of a new flag in the transaction. This is a step toward reducing contention on the gfs2_log_lock spin_lock. Signed-off-by: Bob Peterson <rpeterso@redhat.com>