Skip to content
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

[stable25] allow storing multiple mounts for the same rootid in the mount cache #38022

Merged
merged 3 commits into from
Jun 15, 2023

Conversation

backportbot-nextcloud[bot]
Copy link

@backportbot-nextcloud backportbot-nextcloud bot commented May 2, 2023

  • ⚠️ This backport had conflicts that were resolved with the 'ours' merge strategy and is likely incomplete

backport of #32877

@backportbot-nextcloud backportbot-nextcloud bot added this to the Nextcloud 25.0.7 milestone May 2, 2023
@icewind1991 icewind1991 marked this pull request as ready for review May 2, 2023 14:17
@blizzz blizzz mentioned this pull request May 16, 2023
@blizzz blizzz added the 3. to review Waiting for reviews label May 17, 2023
@blizzz
Copy link
Member

blizzz commented May 17, 2023

moving to 25.0.8

currently `[$userId, $rootId]` is used as the unique key for storing mounts in the mount cache,
however there are cases where the same rootid is mounted in multiple places for a user which currently leads to not all of those mounts being added to the cache.

Previously this didn't matter as the mount cache was only used to list users with access to a specific file, so a user having access to the file multiple times didn' change anything.

With 24 the mount cache is used for more cases and multiple mounts for the same id becomes relevant.
While I think there isn't a real negative effect atm besides missing the optimized path we should ensure that the mounts are properly listed

Signed-off-by: Robin Appelman <robin@icewind.nl>
Signed-off-by: Robin Appelman <robin@icewind.nl>
@blizzz blizzz mentioned this pull request Jun 12, 2023
Copy link
Member

@ChristophWurst ChristophWurst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

version.php Outdated Show resolved Hide resolved
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
@blizzz blizzz merged commit 2d75209 into stable25 Jun 15, 2023
@blizzz blizzz deleted the backport/32877/stable25 branch June 15, 2023 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants