• Andrew Morton's avatar
    [PATCH] dentry->d_count fixes: d_invalidate · 67ae67d5
    Andrew Morton authored
    From: Maneesh Soni <maneesh@in.ibm.com>
    
    - d_invalidate() can incorrectly return success instead of returning -EBUSY
      as we can have situations where lockless d_lookup has found a dentry
      successfully before d_invalidate drops it
    67ae67d5
dcache.c 41 KB