jbd2: Remove data=ordered mode support using jbd buffer heads
[pandora-kernel.git] / fs / inotify_user.c
index 7b94a1e..6676c06 100644 (file)
@@ -598,7 +598,7 @@ asmlinkage long sys_inotify_init(void)
        }
 
        ih = inotify_init(&inotify_user_ops);
-       if (unlikely(IS_ERR(ih))) {
+       if (IS_ERR(ih)) {
                ret = PTR_ERR(ih);
                goto out_free_dev;
        }