xfs: silence uninitialised f.file warning.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / xfs / xfs_ioctl.c
index 8305f2a..c1df3c6 100644 (file)
@@ -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;