Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[firefly-linux-kernel-4.4.55.git] / fs / ocfs2 / dlmglue.c
index 956edf67be20ba6b1711f6aa4c915aad9cead0a7..8b23aa2f52ddafe31be83b730d7219693222a1c5 100644 (file)
@@ -2959,7 +2959,7 @@ static int ocfs2_dlm_init_debug(struct ocfs2_super *osb)
                                                         osb->osb_debug_root,
                                                         osb,
                                                         &ocfs2_dlm_debug_fops);
-       if (IS_ERR_OR_NULL(dlm_debug->d_locking_state)) {
+       if (!dlm_debug->d_locking_state) {
                ret = -EINVAL;
                mlog(ML_ERROR,
                     "Unable to create locking state debugfs file.\n");