Shorten comment.
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 23 Aug 2019 19:58:54 +0000 (20:58 +0100)
committerNikolaus Rath <Nikolaus@rath.org>
Fri, 23 Aug 2019 19:58:54 +0000 (20:58 +0100)
include/fuse_common.h

index e9b3e3e8f14215f5332601d2f44797608a1c9a4b..0809441bc60c95544bcfd10efc0f99c333b6cb85 100644 (file)
@@ -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,