diff --git a/[refs] b/[refs] index 2f5db7c207be..deb2c518fcb6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 405f55712dfe464b3240d7816cc4fe4174831be2 +refs/heads/master: dd0d9a46f573b086a67522f819566427dba9c4c7 diff --git a/trunk/fs/afs/dir.c b/trunk/fs/afs/dir.c index 9bd757774c9e..88067f36e5e7 100644 --- a/trunk/fs/afs/dir.c +++ b/trunk/fs/afs/dir.c @@ -564,7 +564,7 @@ static struct dentry *afs_lookup(struct inode *dir, struct dentry *dentry, static int afs_d_revalidate(struct dentry *dentry, struct nameidata *nd) { struct afs_vnode *vnode, *dir; - struct afs_fid fid; + struct afs_fid uninitialized_var(fid); struct dentry *parent; struct key *key; void *dir_version;