Re: [PATCH v3 08/13] exfat: add exfat cache
From: Markus Elfring
Date: Tue Nov 19 2019 - 09:40:36 EST
â
> +++ b/fs/exfat/cache.c
â
> +static void exfat_cache_add(struct inode *inode,
> + struct exfat_cache_id *new)
> +{
â
> +out:
> + spin_unlock(&ei->cache_lru_lock);
â
Can the label âunlockâ be more helpful?
Regards,
Markus