aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/hooks.c
diff options
context:
space:
mode:
authorArtem Bityutskiy <[email protected]>2009-07-09 09:44:30 +0000
committerLinus Torvalds <[email protected]>2009-07-12 19:24:07 +0000
commitdd0d9a46f573b086a67522f819566427dba9c4c7 (patch)
tree3923d284b277bea1c3092e329da44a5a80b6512d /security/selinux/hooks.c
parentheaders: smp_lock.h redux (diff)
downloadkernel-dd0d9a46f573b086a67522f819566427dba9c4c7.tar.gz
kernel-dd0d9a46f573b086a67522f819566427dba9c4c7.zip
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: [email protected] Cc: [email protected] Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: David Howells <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'security/selinux/hooks.c')
0 files changed, 0 insertions, 0 deletions