summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorDave Kleikamp <shaggy@austin.ibm.com>2005-03-16 03:43:34 -0600
committerDave Kleikamp <shaggy@austin.ibm.com>2005-03-16 03:43:34 -0600
commit78e4d40157955fe124e1cf2c251ea6218f7346d7 (patch)
tree4baef423ecee3786da305e05e282609aad2ff158 /net/unix/af_unix.c
parent7b2f228564901f63a8de2632f38f994f12d0b35d (diff)
JFS: Fix hang caused by race waking commit threads
The flag, jfs_commit_threads_waking, is meant to avoid waking up too many jfs_commit threads when only one is needed. There is a possibility that all the threads will be running, and the flag gets set, but never reset. The fix is to make sure the flag is reset before a thread sleeps. Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions