From dafd3cb70fac808cf3aa1bb1448e66c1a2adabc2 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 25 Oct 2012 17:22:30 +1100 Subject: [PATCH] --- yaml --- r: 335456 b: refs/heads/master c: 1e7acbb7bc1ae7c1c62fd1310b3176a820225056 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/xfs/xfs_ioctl.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 7610b0c4d77e..62dcd3afb929 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: eaef854335ce09956e930fe4a193327417edc6c9 +refs/heads/master: 1e7acbb7bc1ae7c1c62fd1310b3176a820225056 diff --git a/trunk/fs/xfs/xfs_ioctl.c b/trunk/fs/xfs/xfs_ioctl.c index 8305f2ac6773..c1df3c623de2 100644 --- a/trunk/fs/xfs/xfs_ioctl.c +++ b/trunk/fs/xfs/xfs_ioctl.c @@ -70,7 +70,7 @@ xfs_find_handle( int hsize; xfs_handle_t handle; struct inode *inode; - struct fd f; + struct fd f = {0}; struct path path; int error; struct xfs_inode *ip;