[openib-general] [PATCH] kDAPL: get rid of dat version and thread safetey flags

James Lentini jlentini at netapp.com
Tue Jun 14 07:58:47 PDT 2005


I think this is a good change. If we trim the dat_provider_info 
structure down to just an IA name, then we should be able to remove it 
all together. We don't have to do that on this pass though.

I have a question about the change you've proposed for the makefile:

On Sat, 11 Jun 2005, Christoph Hellwig wrote:

> Index: dat/Makefile
> ===================================================================
> --- dat/Makefile	(revision 2588)
> +++ dat/Makefile	(working copy)
> @@ -1,7 +1,6 @@
>
> EXTRA_CFLAGS += \
> -    -Idrivers/dat      	\
> -    -Werror
> +    -I$(obj)

Is $(obj) the directory containing the object files (drivers/dat)?

Is the -Werror flag already being setup by kbuild?

>
> obj-$(CONFIG_DAT) += dat.o
>



More information about the general mailing list