cifs: move cifs_cleanup_volume_info[_content] to fs_context.c
[linux-2.6-microblaze.git] / fs / cifs / cifsfs.c
index 0932a3b..9c2959f 100644 (file)
@@ -874,7 +874,7 @@ out_super:
 out:
        if (cifs_sb) {
                kfree(cifs_sb->prepath);
-               cifs_cleanup_volume_info(cifs_sb->ctx);
+               smb3_cleanup_fs_context(cifs_sb->ctx);
                kfree(cifs_sb);
        }
        return root;