fs: Drop unlikely before IS_ERR(_OR_NULL)
authorViresh Kumar <viresh.kumar@linaro.org>
Wed, 12 Aug 2015 10:29:44 +0000 (15:59 +0530)
committerJiri Kosina <jkosina@suse.cz>
Tue, 29 Sep 2015 13:13:58 +0000 (15:13 +0200)
commita1c83681d52704c766d576bea2d7f2f99e8dde23
tree7439a3502559d447c21d5aabfbd483f456d0ec66
parentbf69a3b60e4d892f8c1d7a6b18cf84aaa7acd43f
fs: Drop unlikely before IS_ERR(_OR_NULL)

IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there
is no need to do that again from its callers. Drop it.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Reviewed-by: Jeff Layton <jlayton@poochiereds.net>
Reviewed-by: David Howells <dhowells@redhat.com>
Reviewed-by: Steve French <smfrench@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
fs/cifs/readdir.c
fs/ecryptfs/inode.c
fs/ext4/extents.c
fs/ext4/namei.c
fs/namei.c
fs/ncpfs/dir.c
fs/nfs/objlayout/objio_osd.c
fs/proc/proc_sysctl.c