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
Makefile
obj-$(CONFIG_XZ_DEC) += xz_dec.o
xz_dec-y := xz_dec_syms.o xz_dec_stream.o xz_dec_lzma2.o
xz_dec-$(CONFIG_XZ_DEC_BCJ) += xz_dec_bcj.o

obj-$(CONFIG_XZ_DEC_TEST) += xz_dec_test.o
back to top