From: Jan Beulich Date: Mon, 24 Aug 2015 12:22:25 +0000 (-0600) Subject: LSM: restore certain default error codes X-Git-Tag: omap-for-v4.3/fixes-merge-window~57^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e308fd3bb2e469c4939d3f4bd22b468de3ed04ae;p=pandora-kernel.git LSM: restore certain default error codes While in most cases commit b1d9e6b064 ("LSM: Switch to lists of hooks") retained previous error returns, in three cases it altered them without any explanation in the commit message. Restore all of them - in the security_old_inode_init_security() case this led to reiserfs using uninitialized data, sooner or later crashing the system (the only other user of this function - ocfs2 - was unaffected afaict, since it passes pre-initialized structures). Signed-off-by: Jan Beulich Signed-off-by: Casey Schaufler Signed-off-by: James Morris --- Reading git-diff-tree failed