-
Notifications
You must be signed in to change notification settings - Fork 13.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
param_shmem sync with param #9293
Conversation
d16537e
to
e33de1f
Compare
@bkueng this is low priority, but I was thinking we should merge param_shmem into the regular param. This PR gets them close to in sync again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
@DanielePettenuzzo @ChristophTobler Can one of you test this on Snappy please?
param_unlock(void) | ||
param_unlock_reader(void) | ||
{ | ||
// TODO: this doesn't seem to work on Snappy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we will need to fix this
} | ||
|
||
state.mark_saved = mark_saved; | ||
|
||
do { | ||
result = bson_decoder_next(&decoder); | ||
usleep(1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we can remove this.
@DanielePettenuzzo Could you please test this with Nico? This might very well resolve the boot issue you had. |
@dagar @LorenzMeier we have this boot issue also with this pr. |
e33de1f
to
4c7d18b
Compare
The next step is merging this.