Searched hist:fc0e38dae645f65424d1fb5d2a938aab8ce48a58 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | glock.h | diff fc0e38dae645f65424d1fb5d2a938aab8ce48a58 Wed Mar 09 04:58:04 CST 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Fix glock deallocation race
This patch fixes a race in deallocating glocks which was introduced in the RCU glock patch. We need to ensure that the glock count is kept correct even in the case that there is a race to add a new glock into the hash table. Also, to avoid having to wait for an RCU grace period, the glock counter can be decremented before call_rcu() is called.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | lock_dlm.c | diff fc0e38dae645f65424d1fb5d2a938aab8ce48a58 Wed Mar 09 04:58:04 CST 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Fix glock deallocation race
This patch fixes a race in deallocating glocks which was introduced in the RCU glock patch. We need to ensure that the glock count is kept correct even in the case that there is a race to add a new glock into the hash table. Also, to avoid having to wait for an RCU grace period, the glock counter can be decremented before call_rcu() is called.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | ops_fstype.c | diff fc0e38dae645f65424d1fb5d2a938aab8ce48a58 Wed Mar 09 04:58:04 CST 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Fix glock deallocation race
This patch fixes a race in deallocating glocks which was introduced in the RCU glock patch. We need to ensure that the glock count is kept correct even in the case that there is a race to add a new glock into the hash table. Also, to avoid having to wait for an RCU grace period, the glock counter can be decremented before call_rcu() is called.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|
H A D | glock.c | diff fc0e38dae645f65424d1fb5d2a938aab8ce48a58 Wed Mar 09 04:58:04 CST 2011 Steven Whitehouse <swhiteho@redhat.com> GFS2: Fix glock deallocation race
This patch fixes a race in deallocating glocks which was introduced in the RCU glock patch. We need to ensure that the glock count is kept correct even in the case that there is a race to add a new glock into the hash table. Also, to avoid having to wait for an RCU grace period, the glock counter can be decremented before call_rcu() is called.
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
|