From: Joe Perches Date: Thu, 3 Apr 2014 21:48:31 +0000 (-0700) Subject: err.h: use bool for IS_ERR and IS_ERR_OR_NULL X-Git-Tag: v3.15-rc1~106^2~132 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5ed3cee944abf2c80ae146b06f9055d7da03f94;p=pandora-kernel.git err.h: use bool for IS_ERR and IS_ERR_OR_NULL Use the more natural return of bool for these tests. No difference observed in .o files produced by gcc for x86. Remove the dentry description of kernel pointers left over from the 90's and 2002's cleanup move of parts of fs.h to err.h. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed