lkml.org 
[lkml]   [2003]   [Apr]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix C99 initializers in fs/nfs/nfs4proc.c
Hi.

Here's a small patch that fixes missing '=' characters from the
initializers. The patch is against the current BK.

Art Haas

===== fs/nfs/nfs4proc.c 1.20 vs edited =====
--- 1.20/fs/nfs/nfs4proc.c Mon Apr 7 17:47:19 2003
+++ edited/fs/nfs/nfs4proc.c Wed Apr 23 10:11:43 2003
@@ -572,10 +572,10 @@
u32 f_bmres[2];
u32 d_bmres[2];
struct nfs_fattr d_attr = {
- .valid 0,
+ .valid = 0,
};
struct nfs_fattr f_attr = {
- .valid 0,
+ .valid = 0,
};
struct nfs4_getattr f_getattr = {
.gt_bmval = nfs4_fattr_bitmap,
--
To announce that there must be no criticism of the President, or that we
are to stand by the President, right or wrong, is not only unpatriotic
and servile, but is morally treasonable to the American public.
-- Theodore Roosevelt, Kansas City Star, 1918
-
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/
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.026 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site