X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Finotify_user.c;h=6676c06bb7c16935b3a7fbc4615836f1dfb256fb;hb=441dbb500b4344a8e3125e5aabab4f9dbf72514f;hp=7b94a1e3c015468b30e6343156053fd5e409afca;hpb=230b548c15d50068f993948ef4d803f5cc033454;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; }