From a5fbfc7004d76b217a672591c46633a7f3f06304 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Thu, 25 Oct 2012 17:22:30 +1100 Subject: [PATCH] --- yaml --- r: 339389 b: refs/heads/master c: 531c3bdc8662e1a83f8ec80dc3346b1284877c0a h: refs/heads/master i: 339387: 3a4463405f558af30e6039c2b7f5676df6dfba49 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 d72f4316efe1..78c65d1df57a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 1375cb65e87b327a8dd4f920c3e3d837fb40e9c2 +refs/heads/master: 531c3bdc8662e1a83f8ec80dc3346b1284877c0a 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;