aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2012-09-21 12:55:02 +0800
committerRichard Weinberger <richard@nod.at>2012-10-09 22:34:52 +0200
commit91312c53aff4c9863dca6080182091dc5c5824c6 (patch)
treeb1bbd8cec2dca0540584c74b5f7f866b918a03dc /Documentation
parenthostfs: drop vmtruncate (diff)
downloadlinux-dev-91312c53aff4c9863dca6080182091dc5c5824c6.tar.xz
linux-dev-91312c53aff4c9863dca6080182091dc5c5824c6.zip
hppfs: fix the return value of get_inode()
In case of error, the function get_inode() returns ERR_PTR(). But the users hppfs_lookup() and hppfs_fill_super() use NULL test for check the return value, not IS_ERR(), so we'd better change the return value of get_inode() to NULL instead of ERR_PTR(). dpatch engine is used to generated this patch. (https://github.com/weiyj/dpatch) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions