From ab26ad4dfab74937daf99e0b7e75e4a0e148b0a7 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 23 Aug 2019 20:58:54 +0100 Subject: Shorten comment. --- include/fuse_common.h | 5 ----- 1 file changed, 5 deletions(-) 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, -- cgit v1.2.3