|
@@ -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)
|
|
static int afs_d_revalidate(struct dentry *dentry, struct nameidata *nd)
|
|
{
|
|
{
|
|
struct afs_vnode *vnode, *dir;
|
|
struct afs_vnode *vnode, *dir;
|
|
- struct afs_fid fid;
|
|
|
|
|
|
+ struct afs_fid uninitialized_var(fid);
|
|
struct dentry *parent;
|
|
struct dentry *parent;
|
|
struct key *key;
|
|
struct key *key;
|
|
void *dir_version;
|
|
void *dir_version;
|