diff options
| author | Alex Smith <alex@alex-smith.me.uk> | 2012-07-31 12:15:26 +0100 |
|---|---|---|
| committer | Alex Smith <alex@alex-smith.me.uk> | 2012-07-31 12:15:26 +0100 |
| commit | bd97ee39e0e93fe8c7774d89e411de8b85ad0cbf (patch) | |
| tree | b623979bdeb5083a7d510bf8209abe2c062ee3e8 | |
| parent | caa1e8b74245bd1602bd9d6ae642e34beb583a00 (diff) | |
Style fix.hrev44444
| -rw-r--r-- | src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp b/src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp index 0540354b24..2b0baacb43 100644 --- a/src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp +++ b/src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp @@ -1990,8 +1990,8 @@ BlockAllocator::_CheckInodeBlocks(Inode* inode, const char* name) if (status != B_OK) return status; - int32 maxIndex = - ((uint32)indirect.Length() << fVolume->BlockShift()) + int32 maxIndex + = ((uint32)indirect.Length() << fVolume->BlockShift()) / sizeof(block_run); for (int32 index = 0; index < maxIndex; ) { |
