]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ceph: ceph_mdsc_build_path() returns an ERR_PTR
authorDan Carpenter <error27@gmail.com>
Thu, 26 Aug 2010 09:07:24 +0000 (11:07 +0200)
committerSage Weil <sage@newdream.net>
Thu, 26 Aug 2010 16:24:28 +0000 (09:24 -0700)
commitf44c3890d9fd6e4284518ff3bb16879fee194a3a
treed4b0415abdc334a02454326c05d93c91c2555368
parentad8453ab0a5b98884074302ba3cc37664791e261
ceph: ceph_mdsc_build_path() returns an ERR_PTR

ceph_mdsc_build_path() returns an ERR_PTR but this code is set up to
handle NULL returns.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/debugfs.c