X-Git-Url: https://git.stricted.de/?p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git;a=blobdiff_plain;f=fs%2Ffuse%2Ffile.c;fp=fs%2Ffuse%2Ffile.c;h=fa4b741ad4eddf13e0f45ee6a6af988873606b22;hp=1e966ad62231e9943dd9dbc6ba9ec36b744f2649;hb=bdecc6d1840bca102c4eb6113c6218e1ae8913f5;hpb=073b9047a02b15d6145346d0b94c1aa009d344f0 diff --git a/fs/fuse/file.c b/fs/fuse/file.c index 1e966ad62231..fa4b741ad4ed 100644 --- a/fs/fuse/file.c +++ b/fs/fuse/file.c @@ -369,7 +369,7 @@ struct fuse_file *fuse_file_alloc(struct fuse_conn *fc) { struct fuse_file *ff; - ff = kmalloc(sizeof(struct fuse_file), GFP_KERNEL); + ff = kzalloc(sizeof(struct fuse_file), GFP_KERNEL); if (unlikely(!ff)) return NULL;