Whamcloud - gitweb
Unlock a lock that exists, fixing the build. (Thanks to Hari for pointing this
authorshaver <shaver>
Sat, 5 Oct 2002 00:56:45 +0000 (00:56 +0000)
committershaver <shaver>
Sat, 5 Oct 2002 00:56:45 +0000 (00:56 +0000)
out; I don't know how I built before.)

lustre/llite/super.c

index 35629c4..ba8a61d 100644 (file)
@@ -554,7 +554,7 @@ void ll_umount_begin(struct super_block *sb)
                 conn->c_flags |= CONN_INVALID;
                 invalidate_request_list(&conn->c_sending_head);
                 invalidate_request_list(&conn->c_delayed_head);
-                spin_unlock(&conn->c_unlock);
+                spin_unlock(&conn->c_lock);
         }
 
         EXIT;