commit | ef8cd3be17f0be6017af50f70e09093f5908c7c3 | [log] [tgz] |
---|---|---|
author | Eric Andersen <andersen@codepoet.org> | Fri Feb 06 07:16:36 2004 +0000 |
committer | Eric Andersen <andersen@codepoet.org> | Fri Feb 06 07:16:36 2004 +0000 |
tree | 8fb031797cc9e0c0a7c54ba7ef27e0948feab913 | |
parent | 7495b0d4b1959b1391c460f24c285b46417730ea [diff] |
Make the loop support stuff be much less evil, and make it cope with 2.6.x asm/posix_types.h, which has done singularly evil thing by yanking __kernel_dev_t and renaming it. The loop interface was really poorly designed in the first place. The new 64 bit loop interface looks to be somewhat less horrible, too bad it is only present in 2.6.x kernels. -Erik