Skip to content
Commit 5d477b60 authored by Takashi Iwai's avatar Takashi Iwai Committed by Al Viro
Browse files

vfs: Fix invalid ida_remove() call



When the group id of a shared mount is not allocated, the umount still
tries to call mnt_release_group_id(), which eventually hits a kernel
warning at ida_remove() spewing a message like:
  ida_remove called for id=0 which is not allocated.

This patch fixes the bug simply checking the group id in the caller.

Reported-by: default avatarCristian Rodríguez <crrodriguez@opensuse.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a93cb29a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment