diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 1998-04-17 22:37:19 +0000 |
| commit | dc733423474fd7365890fcf290b2e017d9907635 (patch) | |
| tree | f04733bf778cda0edb2eb1ec13178fd0303eb05a /sys/gnu/ext2fs/ext2_alloc.c | |
| parent | 2720a2efd612c8a8d4b9bbeaee1491d664de797e (diff) | |
Notes
Diffstat (limited to 'sys/gnu/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/ext2fs/ext2_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_alloc.c b/sys/gnu/ext2fs/ext2_alloc.c index cfd4ac93927f..5ac3ba9bd3d5 100644 --- a/sys/gnu/ext2fs/ext2_alloc.c +++ b/sys/gnu/ext2fs/ext2_alloc.c @@ -474,7 +474,7 @@ ext2_blkpref(ip, lbn, indx, bap, blocknr) return bap[tmp]; /* else let's fall back to the blocknr, or, if there is none, - follow the rule that a block should be allocated near it's inode + follow the rule that a block should be allocated near its inode */ return blocknr ? blocknr : (daddr_t)(ip->i_block_group * |
