]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/orangefs/super.c
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[karo-tx-linux.git] / fs / orangefs / super.c
index 3e484a667340905210a4212f6b10df536faf70ac..c48859f16e7b1fd9887bcd2edb73aaf4b4d55464 100644 (file)
@@ -557,8 +557,8 @@ void orangefs_kill_sb(struct super_block *sb)
         * make sure that ORANGEFS_DEV_REMOUNT_ALL loop that might've seen us
         * gets completed before we free the dang thing.
         */
-       mutex_lock(&request_mutex);
-       mutex_unlock(&request_mutex);
+       mutex_lock(&orangefs_request_mutex);
+       mutex_unlock(&orangefs_request_mutex);
 
        /* free the orangefs superblock private data */
        kfree(ORANGEFS_SB(sb));