]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/Migrator.cc: fix possible dereference NULL return value
authorDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 May 2013 15:21:59 +0000 (17:21 +0200)
committerDanny Al-Gaaf <danny.al-gaaf@bisect.de>
Wed, 22 May 2013 15:21:59 +0000 (17:21 +0200)
commit158e74093563a4a4bb5ac51bd58538cefbb808c0
tree23f1abeb02a2e59fd7a0858ae4c7b79d14ea46f1
parent7ba34c138498f4bf8024bd42d6787f1d425ae21a
mds/Migrator.cc: fix possible dereference NULL return value

CID 716999 (#1 of 1): Dereference null return value (NULL_RETURNS)
  dereference: Dereferencing a pointer that might be null "in" when
  calling "CInode::put_stickydirs()".

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
src/mds/Migrator.cc