-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Scan the shared external storage source on access #28377
Conversation
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.
This should instead be done by changing the Watcher
returned by SharedStorage::getWatcher
.
It currently returns a NullWatcher
since it assumes that the share source handles it's updating (which is true for non-external-storage shares).
This comment has been minimized.
This comment has been minimized.
446879a
to
643f39e
Compare
/backport to stable22 |
/backport to stable21 |
/backport to stable20 |
@CarlSchwan can you check if this might be related to the issue you're looking into ? seems it's also about a mount not being considered properly. |
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 fine to me, but would be good to get confirmation from @icewind1991 also
643f39e
to
8d65267
Compare
8d65267
to
002e1a5
Compare
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.
Lgtm 🙂
002e1a5
to
fe44de4
Compare
Failures unrelated |
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
fe44de4
to
719480a
Compare
Fix #23988
Regression from #22867