WQ_FLAG_BLOCK_ON_FAULT
test_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags) &&
clear_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags);
return sysfs_emit(buf, "%u\n", test_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags));
set_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags);
clear_bit(WQ_FLAG_BLOCK_ON_FAULT, &wq->flags);