… > +++ 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
… > +++ 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