]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - fs/gfs2/ops_fstype.c
GFS2: Clean up freeze code
[mirror_ubuntu-zesty-kernel.git] / fs / gfs2 / ops_fstype.c
index 0e3554edb8f25d2f5d82932294eca6b5b4d54020..5f5aba529fb16c70b3a6cbbf183af56225e8b5ba 100644 (file)
@@ -115,8 +115,6 @@ static struct gfs2_sbd *init_sbd(struct super_block *sb)
 
        INIT_LIST_HEAD(&sdp->sd_revoke_list);
 
-       mutex_init(&sdp->sd_freeze_lock);
-
        return sdp;
 }