[PATCH] Add small C99 named initializers to fs/bio.c

From: Art Haas (ahaas@airmail.net)
Date: Tue Feb 11 2003 - 21:46:18 EST


Hi.

This trivial patch adds C99 named initializers to the file. Doing so
reduces a couple of compile warnings if '-W' is added.

Art Haas

===== fs/bio.c 1.37 vs edited =====
--- 1.37/fs/bio.c Fri Jan 10 23:06:28 2003
+++ edited/fs/bio.c Tue Feb 11 09:37:41 2003
@@ -46,7 +46,7 @@
  * unsigned short
  */
 
-#define BV(x) { x, "biovec-" #x }
+#define BV(x) { .nr_vecs = x, .name = "biovec-" #x }
 static struct biovec_pool bvec_array[BIOVEC_NR_POOLS] = {
         BV(1), BV(4), BV(16), BV(64), BV(128), BV(BIO_MAX_PAGES),
 };

-- 
They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety.
 -- Benjamin Franklin, Historical Review of Pennsylvania, 1759
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Feb 15 2003 - 22:00:36 EST