]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/ext4/namei.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / fs / ext4 / namei.c
index 52a79d48752ce65444fafd2fd94f8075227d959c..403489ed5f9284660f8bee6b14cf9b3d92121c25 100644 (file)
@@ -1429,7 +1429,7 @@ restart:
                                }
                                num++;
                                bh = ext4_getblk(NULL, dir, b++, 0);
-                               if (unlikely(IS_ERR(bh))) {
+                               if (IS_ERR(bh)) {
                                        if (ra_max == 0) {
                                                ret = bh;
                                                goto cleanup_and_exit;