aboutsummaryrefslogtreecommitdiffstats
path: root/lib/fuse_kernel_compat5.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fuse_kernel_compat5.h')
-rw-r--r--lib/fuse_kernel_compat5.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/fuse_kernel_compat5.h b/lib/fuse_kernel_compat5.h
index 8edca59..49936dc 100644
--- a/lib/fuse_kernel_compat5.h
+++ b/lib/fuse_kernel_compat5.h
@@ -38,5 +38,3 @@ struct fuse_dirent_compat5 {
};
#define FUSE_NAME_OFFSET_COMPAT5 ((unsigned) ((struct fuse_dirent_compat5 *) 0)->name)
-#define FUSE_DIRENT_SIZE_COMPAT5(d) \
- FUSE_DIRENT_ALIGN(FUSE_NAME_OFFSET_COMPAT5 + (d)->namelen)