Merge tag 'riscv-dt-fixes-for-v6.2-rc4' of https://git.kernel.org/pub/scm/linux/kerne...
[linux-2.6-block.git] / kernel / user.c
index e2cf8c22b539a7ecb8f48fd6b2a5d2cd5add7e41..d667debeafd6097221455acf6844413adc8e120f 100644 (file)
@@ -185,6 +185,7 @@ void free_uid(struct user_struct *up)
        if (refcount_dec_and_lock_irqsave(&up->__count, &uidhash_lock, &flags))
                free_user(up, flags);
 }
+EXPORT_SYMBOL_GPL(free_uid);
 
 struct user_struct *alloc_uid(kuid_t uid)
 {