diff options
Diffstat (limited to 'xlators/storage/bdb/src/bdb-ll.c')
-rw-r--r-- | xlators/storage/bdb/src/bdb-ll.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/bdb/src/bdb-ll.c b/xlators/storage/bdb/src/bdb-ll.c index dcf18c0a7..7d3938daf 100644 --- a/xlators/storage/bdb/src/bdb-ll.c +++ b/xlators/storage/bdb/src/bdb-ll.c @@ -884,7 +884,7 @@ out: int32_t bdb_dirent_size (DBT *key) { - return ALIGN (24 /* FIX MEEEE!!! */ + key->size); + return GF_DIR_ALIGN (24 /* FIX MEEEE!!! */ + key->size); } |