git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce06e0b
)
seq_file: return a negative error code when seq_path_root() fails.
author
Tetsuo Handa
<penguin-kernel@i-love.sakura.ne.jp>
Fri, 18 Sep 2009 20:05:59 +0000
(13:05 -0700)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 24 Sep 2009 11:47:29 +0000
(07:47 -0400)
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 <penguin-kernel@I-love.SAKURA.ne.jp>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/seq_file.c
patch
|
blob
|
history
diff --cc
fs/seq_file.c
Simple merge