Artem Bityutskiy dd0d9a46f5 AFS: Fix compilation warning
Fix the following warning:

  fs/afs/dir.c: In function 'afs_d_revalidate':
  fs/afs/dir.c:567: warning: 'fid.vnode' may be used uninitialized in this function
  fs/afs/dir.c:567: warning: 'fid.unique' may be used uninitialized in this function

by marking the 'fid' variable as an uninitialized_var.  The problem is
that gcc doesn't always manage to work out that fid is always set on the
path through the function that uses it.

Cc: linux-afs@lists.infradead.org
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-07-12 12:24:07 -07:00
..
2008-04-29 08:06:26 -07:00
2007-07-16 09:05:43 -07:00
2007-07-16 09:05:43 -07:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-07-12 12:24:07 -07:00
2009-06-30 13:30:44 -07:00
2007-07-16 09:05:43 -07:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00
2009-07-08 09:31:56 -07:00
2009-04-09 10:41:19 -07:00
2007-10-17 08:42:50 -07:00
2008-10-31 00:56:28 -07:00
2009-07-12 12:22:34 -07:00
2007-04-26 15:57:07 -07:00
2007-07-16 09:05:43 -07:00
2009-04-03 16:42:41 +01:00
2009-04-03 16:42:41 +01:00