linux-dcache-flushing-experimental-20020819
authorNathan Neulinger <nneul@umr.edu>
Tue, 1 Oct 2002 19:09:40 +0000 (19:09 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 1 Oct 2002 19:09:40 +0000 (19:09 +0000)
fix missed ref

src/afs/afs_vcache.c

index 8cee8b8..9eb4ff4 100644 (file)
@@ -543,7 +543,7 @@ resume:
 
                DGET(dentry);
                list_del_init(&dentry->d_hash);         /* d_drop */
-               spin_unlock(&dcache_lock);
+               DUNLOCK();
                dput(dentry);
                DLOCK();
                if (!--found)