Thread (5 messages) 5 messages, 3 authors, 2011-01-06

Re: [PATCH] ext3: Remove redundant unlikely()

From: Jan Kara <jack@suse.cz>
Date: 2011-01-06 15:44:13
Also in: kernel-janitors

On Thu 09-12-10 15:39:34, Tobias Klauser wrote:
IS_ERR() already implies unlikely(), so it can be omitted here.
  Thanks. Merged.

								Honza
quoted hunk ↗ jump to hunk
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
---
 fs/ext3/namei.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext3/namei.c b/fs/ext3/namei.c
index bce9dce..268f776 100644
--- a/fs/ext3/namei.c
+++ b/fs/ext3/namei.c
@@ -1047,7 +1047,7 @@ static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, str
 			return ERR_PTR(-EIO);
 		}
 		inode = ext3_iget(dir->i_sb, ino);
-		if (unlikely(IS_ERR(inode))) {
+		if (IS_ERR(inode)) {
 			if (PTR_ERR(inode) == -ESTALE) {
 				ext3_error(dir->i_sb, __func__,
 						"deleted inode referenced: %lu",
-- 
1.7.0.4
-- 
Jan Kara [off-list ref]
SUSE Labs, CR
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help