[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090330190530.GA4028@uranus.ravnborg.org>
Date: Mon, 30 Mar 2009 21:05:30 +0200
From: Sam Ravnborg <sam@...nborg.org>
To: Philipp Reisner <philipp.reisner@...bit.com>
Cc: linux-kernel@...r.kernel.org, gregkh@...e.de,
jens.axboe@...cle.com, nab@...ingtidestorage.com,
andi@...stfloor.org, Lars Ellenberg <lars.ellenberg@...bit.com>
Subject: Re: [PATCH 13/13] DRBD: final
> +#
> +config BLK_DEV_DRBD
> + tristate "DRBD Distributed Replicated Block Device support"
> + select INET
> + select PROC_FS
> + select CONNECTOR
> + select CRYPTO
> + select CRYPTO_HMAC
Have you double checked that these symbols are supposed to be 'selected'?
If they:
- have dependencies
- have a prompt
then they most likely are not.
> @@ -0,0 +1,7 @@
> +#CFLAGS_drbd_sizeof_sanity_check.o = -Wpadded # -Werror
Commented out?
> +
> +drbd-objs := drbd_buildtag.o drbd_bitmap.o drbd_proc.o \
> + drbd_worker.o drbd_receiver.o drbd_req.o drbd_actlog.o \
> + lru_cache.o drbd_main.o drbd_strings.o drbd_nl.o
Please use:
drdb-y := drbd_buildtag.o drbd_bitmap.o drbd_proc.o
...
And my personal taste favours:
drdb-y := ...
drdb-y += ...
over all the escaping.
Sam
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists