From: Joseph Qi Date: Tue, 14 Apr 2015 22:43:24 +0000 (-0700) Subject: ocfs2: use ENOENT instead of EEXIST when get system file fails X-Git-Tag: omap-for-v4.1/fixes-rc1~151^2~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f8b1f0d609838361d65b5b2114859d464e6baa;p=pandora-kernel.git ocfs2: use ENOENT instead of EEXIST when get system file fails When ocfs2_get_system_file_inode fails, it is obscure to set the return value to -EEXIST. So change it to -ENOENT. Signed-off-by: Joseph Qi Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed