Revision f44c3890d9fd6e4284518ff3bb16879fee194a3a authored by Dan Carpenter on 26 August 2010, 09:07:24 UTC, committed by Sage Weil on 26 August 2010, 16:24:28 UTC
ceph_mdsc_build_path() returns an ERR_PTR but this code is set up to
handle NULL returns.

Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Sage Weil <sage@newdream.net>
1 parent ad8453a
Raw File
Makefile
#
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
#
# This is the compression code, see zlib_inflate for the
# decompression code.
#

obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o

zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
back to top