summaryrefslogtreecommitdiffstats
path: root/include/linux/efs_dir.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/efs_dir.h')
-rw-r--r--include/linux/efs_dir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/efs_dir.h b/include/linux/efs_dir.h
index 3459bd4bf..331524130 100644
--- a/include/linux/efs_dir.h
+++ b/include/linux/efs_dir.h
@@ -7,7 +7,8 @@
#ifndef __EFS_DIR_H__
#define __EFS_DIR_H__
-#define EFS_DIRBSIZE EFS_BLOCKSIZE
+#define EFS_DIRBSIZE_BITS EFS_BLOCKSIZE_BITS
+#define EFS_DIRBSIZE (1 << EFS_DIRBSIZE_BITS)
struct efs_dentry {
unsigned int inode;