diff --git a/[refs] b/[refs] index 3fd50556f902..da9ad3c28c27 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8aa84ab99b1e47973f0b82258f0eab945d0b114d +refs/heads/master: 69759454873fd90130007bdb60948a79e880cd82 diff --git a/trunk/fs/afs/security.c b/trunk/fs/afs/security.c index 9446a1fd108a..3bcbeceba1bb 100644 --- a/trunk/fs/afs/security.c +++ b/trunk/fs/afs/security.c @@ -287,7 +287,7 @@ static int afs_check_permit(struct afs_vnode *vnode, struct key *key, int afs_permission(struct inode *inode, int mask, struct nameidata *nd) { struct afs_vnode *vnode = AFS_FS_I(inode); - afs_access_t access; + afs_access_t uninitialized_var(access); struct key *key; int ret;