X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/7b8c2c90c660038574b21f6b202a31a3b2baac05:/sys/vfs/gnu/ext2fs/ext2_ihash.c..b993bb87ded5c733e1f0213efbef1be2660b2536:/sys/gnu/vfs/ext2fs/ext2_ihash.c diff --git a/sys/vfs/gnu/ext2fs/ext2_ihash.c b/sys/gnu/vfs/ext2fs/ext2_ihash.c similarity index 98% rename from sys/vfs/gnu/ext2fs/ext2_ihash.c rename to sys/gnu/vfs/ext2fs/ext2_ihash.c index bc75eee3d8..e010ea4bd4 100644 --- a/sys/vfs/gnu/ext2fs/ext2_ihash.c +++ b/sys/gnu/vfs/ext2fs/ext2_ihash.c @@ -32,7 +32,6 @@ * * @(#)ufs_ihash.c 8.7 (Berkeley) 5/17/95 * $FreeBSD: src/sys/ufs/ufs/ufs_ihash.c,v 1.20 1999/08/28 00:52:29 peter Exp $ - * $DragonFly: src/sys/vfs/gnu/ext2fs/ext2_ihash.c,v 1.5 2006/10/14 16:26:38 dillon Exp $ */ #include @@ -213,4 +212,3 @@ ext2_ihashrem(struct inode *ip) } lwkt_reltoken(&ext2_ihash_token); } -