--On 26 September 2005 15:09 -0500 Joel Schopp <[email protected]>
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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
|
|