summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorlulf <lulf@FreeBSD.org>2010-09-01 05:34:17 +0000
committerlulf <lulf@FreeBSD.org>2010-09-01 05:34:17 +0000
commit501297bf75cfd24b9b400fccb481bdb2441a3472 (patch)
treef76242477ad6f9ba5a4d8f2e4078d142f15cd41a /sys/fs
parent7852e2095b8c4018b22a2a9a4fd458e119fbae4e (diff)
downloadFreeBSD-src-501297bf75cfd24b9b400fccb481bdb2441a3472.zip
FreeBSD-src-501297bf75cfd24b9b400fccb481bdb2441a3472.tar.gz
- Remove duplicate comment.
PR: kern/148820 Submitted by: pluknet <pluknet - at - gmail.com>
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/ext2fs/ext2_alloc.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/fs/ext2fs/ext2_alloc.c b/sys/fs/ext2fs/ext2_alloc.c
index 1095100..6f24495 100644
--- a/sys/fs/ext2fs/ext2_alloc.c
+++ b/sys/fs/ext2fs/ext2_alloc.c
@@ -75,20 +75,6 @@ static daddr_t ext2_mapsearch(struct m_ext2fs *, char *, daddr_t);
* inode for the file.
* 2) quadradically rehash into other cylinder groups, until an
* available block is located.
- *
- * A preference may be optionally specified. If a preference is given
- * the following hierarchy is used to allocate a block:
- * 1) allocate the requested block.
- * 2) allocate a rotationally optimal block in the same cylinder.
- * 3) allocate a block in the same cylinder group.
- * 4) quadradically rehash into other cylinder groups, until an
- * available block is located.
- * If no block preference is given the following hierarchy is used
- * to allocate a block:
- * 1) allocate a block in the cylinder group that contains the
- * inode for the file.
- * 2) quadradically rehash into other cylinder groups, until an
- * available block is located.
*/
int
OpenPOWER on IntegriCloud