From 2ba2c97f90fdb9d3afa44f0436e1e9b46eb7feba Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 24 Mar 2005 01:53:46 +0000 Subject: [PATCH] sb-list-fix-20050323 fix gaffe from my attempt at this --- src/afs/afs_vcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/afs/afs_vcache.c b/src/afs/afs_vcache.c index 3eb083013..5188a1798 100644 --- a/src/afs/afs_vcache.c +++ b/src/afs/afs_vcache.c @@ -958,8 +958,8 @@ restart: list_add(&ip->i_sb_list, &ip->i_sb->s_inodes); #endif #ifdef STRUCT_INODE_HAS_INOTIFY_LOCK - INIT_LIST_HEAD(&inode->inotify_watches); - spin_lock_init(&inode->inotify_lock); + INIT_LIST_HEAD(&ip->inotify_watches); + spin_lock_init(&ip->inotify_lock); #endif } #endif -- 2.39.5