From: Al Viro Date: Sun, 5 Jun 2011 18:22:56 +0000 (+0100) Subject: lmLogOpen() broken failure exit X-Git-Tag: v3.0-rc3~54^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9054760ff585a7fa436599990b63a585ae89ff4d;p=pandora-kernel.git lmLogOpen() broken failure exit Callers of lmLogOpen() expect it to return -E... on failure exits, which is what it returns, except for the case of blkdev_get_by_dev() failure. It that case lmLogOpen() return the error with the wrong sign... Signed-off-by: Al Viro Acked-by: Dave Kleikamp --- Reading git-diff-tree failed