summaryrefslogtreecommitdiff
path: root/ext2fs
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-16 23:52:09 +0000
committerMiles Bader <miles@gnu.org>1995-04-16 23:52:09 +0000
commit830fc6e99b9b0f65bf9ff0c17dea4b08d2a4d532 (patch)
tree0ce769a2b95a5c301d67bc34e4e08fef503cf447 /ext2fs
parent53829ddd1fc9980fc4a1ca797a711ef28ef48ef5 (diff)
Formerly dir.c.~6~
Diffstat (limited to 'ext2fs')
-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
{