Hi, FWIW, I'm getting this compile error on the testing branch: if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D_THREAD_SAFE -rdynamic -g -O2 -MT Server.o -MD -MP -MF ".deps/Server.Tpo" -c -o Server.o `test -f 'mds/Server.cc' || echo './'`mds/Server.cc; \ then mv -f ".deps/Server.Tpo" ".deps/Server.Po"; else rm -f ".deps/Server.Tpo"; exit 1; fi mds/Server.cc: In member function ‘void Server::handle_client_unlink(MDRequest*)’: mds/Server.cc:3705: error: ‘class MDCache’ has no member named ‘anchor_create_prep_locks’ The missing function seems to have been introduced in commit 4a449ec7. It exists in the unstable branch, but I get conflicts if I try to merge testing into unstable. -- Jim -- 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