Revision b92eded4b7e6facc4e4ba07de89a3fc24de99552 authored by Linus Torvalds on 29 March 2013, 18:47:43 UTC, committed by Linus Torvalds on 29 March 2013, 18:47:43 UTC
Pull ceph fix from Sage Weil:
 "This fixes a regression introduced during the last merge window when
  mapping non-existent images."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client:
  rbd: don't zero-fill non-image object requests
2 parent s 3615db4 + 6e2a450
Raw File
locking-selftest-wlock.h
#undef LOCK
#define LOCK		WL

#undef UNLOCK
#define UNLOCK		WU

#undef RLOCK
#define RLOCK		RL

#undef WLOCK
#define WLOCK		WL

#undef INIT
#define INIT		RWI
back to top