]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ubifs/xattr.c
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / fs / ubifs / xattr.c
index 649bec78b6455819eb8c216f12a9877063a53880..cfd31e229c89d48e3315edd8f96613a262c16979 100644 (file)
@@ -446,7 +446,7 @@ ssize_t ubifs_listxattr(struct dentry *dentry, char *buffer, size_t size)
                int type;
 
                xent = ubifs_tnc_next_ent(c, &key, &nm);
-               if (unlikely(IS_ERR(xent))) {
+               if (IS_ERR(xent)) {
                        err = PTR_ERR(xent);
                        break;
                }