summaryrefslogtreecommitdiff
path: root/ext2fs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2fs/dir.c')
-rw-r--r--ext2fs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/dir.c b/ext2fs/dir.c
index 1e823ab1..cb6e9bce 100644
--- a/ext2fs/dir.c
+++ b/ext2fs/dir.c
@@ -24,7 +24,7 @@
/* Don't straddle block boundaries between blocks of this length. The Linux
implementation of ext2fs doesn't enforce this, but we may as well. */
-#define DIRBLKSIZ DEV_BSIZE
+#define DIRBLKSIZ device_block_size
enum slot_status
{