This series fixes a possible null pointer dereference in ceph_dir_set_complete(). It also fixes the ceph-private implementation of __d_find_any_alias() so it takes a reference to the returned dentry. In addition, getting that reference to the dentry requires the Linux inode lock, so ensure that is taken by (duplicating and) using the locking form of that function, d_find_any_alias(). -Alex -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html