Re: [PATCH 4/9] defrag helper functions

From: Alex Bligh - linux-kernel
Date: Mon Sep 26 2005 - 17:29:31 EST




--On 26 September 2005 15:09 -0500 Joel Schopp <jschopp@xxxxxxxxxxxxxx> wrote:

+void assign_bit(int bit_nr, unsigned long* map, int value)

Maybe:
static inline void assign_bit(int bit_nr, unsigned long* map, int value)

it's short enough

+static struct page *
+fallback_alloc(int alloctype, struct zone *zone, unsigned int order)
+{
+ /* Stub out for seperate review, NULL equates to no fallback*/
+ return NULL;
+
+}

Maybe "static inline" too.

--
Alex Bligh
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/