commit | 8842b3be96c376f174ae0d4f282d14728ad5febf | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@inktank.com> | Thu Jun 07 13:43:35 2012 -0700 |
committer | Sage Weil <sage@inktank.com> | Mon Jul 30 09:29:54 2012 -0700 |
tree | aa7b7380285d7806c4e2a6a1080a169e379505d3 | |
parent | a2a3258417eb6a1799cf893350771428875a8287 [diff] |
ceph: clean up useless d_parent checks d_parent is never NULL, and IS_ROOT() is the proper way to check for a (non-self-referential) parent. Reported-by: Al Viro <viro@ZenIV.linux.org.uk> Signed-off-by: Sage Weil <sage@inktank.com>