From c99e2d0cf16df488f1369994356c74194b6bbbb6 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 12 Apr 2012 12:57:08 +0200 Subject: [PATCH] --- yaml --- r: 299340 b: refs/heads/master c: c628ee67fb15a0d8d48351aa2e487c5f14779785 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fuse.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 30e7380e0a46..c1d1de765279 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0a2da9b2ef2ef76c09397597f260245b020e6522 +refs/heads/master: c628ee67fb15a0d8d48351aa2e487c5f14779785 diff --git a/trunk/include/linux/fuse.h b/trunk/include/linux/fuse.h index 8ba2c9460b28..8f2ab8fef929 100644 --- a/trunk/include/linux/fuse.h +++ b/trunk/include/linux/fuse.h @@ -593,7 +593,7 @@ struct fuse_dirent { __u64 off; __u32 namelen; __u32 type; - char name[0]; + char name[]; }; #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)