From: Nikolaus Rath Date: Fri, 23 Aug 2019 19:58:54 +0000 (+0100) Subject: Shorten comment. X-Git-Tag: fuse-3.7.0~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ab26ad4dfab74937daf99e0b7e75e4a0e148b0a7;p=qemu-gpiodev%2Flibfuse.git Shorten comment. --- diff --git a/include/fuse_common.h b/include/fuse_common.h index e9b3e3e..0809441 100644 --- a/include/fuse_common.h +++ b/include/fuse_common.h @@ -84,11 +84,6 @@ struct fuse_file_info { /** Padding. Reserved for future use*/ unsigned int padding : 25; - /* The following int was once allocated by accident, it is kept for - backwards compatibility. `padding2` may be used to implement additional - flags in the future just like `padding`. For the sake of compatibility - make sure that the bitfields fit into blocks of 32 bits exactly so that - no hidden padding exists in between. */ unsigned int padding2 : 32; /** File handle id. May be filled in by filesystem in create,