X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Finotify_user.c;h=6676c06bb7c16935b3a7fbc4615836f1dfb256fb;hb=1df5a8d004f64b1aa3fb93e0556886ba00ebc979;hp=7b94a1e3c015468b30e6343156053fd5e409afca;hpb=1f1519ef597ae4628dbd47244f0f68d700231523;p=linux-2.6 diff --git a/fs/inotify_user.c b/fs/inotify_user.c index 7b94a1e3c0..6676c06bb7 100644 --- a/fs/inotify_user.c +++ b/fs/inotify_user.c @@ -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; }