aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2019-08-23 20:58:54 +0100
committerNikolaus Rath <Nikolaus@rath.org>2019-08-23 20:58:54 +0100
commitab26ad4dfab74937daf99e0b7e75e4a0e148b0a7 (patch)
tree3d9b2c4ee24e62a75a7853a1df3649fb7614c633 /include
parent3c31bead28170dd75daf50b2865d99d2dd3c106b (diff)
downloadlibfuse-ab26ad4dfab74937daf99e0b7e75e4a0e148b0a7.tar.gz
Shorten comment.
Diffstat (limited to 'include')
-rw-r--r--include/fuse_common.h5
1 files changed, 0 insertions, 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,