From: Tetsuo Handa Date: Fri, 18 Sep 2009 20:05:59 +0000 (-0700) Subject: seq_file: return a negative error code when seq_path_root() fails. X-Git-Tag: v2.6.32-rc1~58^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a62cc10215838286c747f86766063d5f01fcbd6;p=pandora-kernel.git seq_file: return a negative error code when seq_path_root() fails. seq_path_root() is returning a return value of successful __d_path() instead of returning a negative value when mangle_path() failed. This is not a bug so far because nobody is using return value of seq_path_root(). Signed-off-by: Tetsuo Handa Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Al Viro --- Reading git-diff-tree failed