]> git.karo-electronics.de Git - mv-sheeva.git/commit
exofs: Remove redundant unlikely()
authorTobias Klauser <tklauser@distanz.ch>
Thu, 9 Dec 2010 14:55:21 +0000 (15:55 +0100)
committerBoaz Harrosh <bharrosh@panasas.com>
Tue, 15 Mar 2011 10:33:42 +0000 (12:33 +0200)
commit2c722c9a47d1369e2685b85288e78c469a081238
tree2acb65a6c2ba1d756b317e6ab7ee9624851b83ed
parent521cb40b0c44418a4fd36dc633f575813d59a43d
exofs: Remove redundant unlikely()

IS_ERR() already implies unlikely(), so it can be omitted here.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
fs/exofs/super.c