Btrfs: initial move to kernel module land

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-03-21 11:12:56 -04:00
committed by David Woodhouse
parent 1261ec42b3
commit 2e635a2783
24 changed files with 274 additions and 2911 deletions

View File

@ -10,7 +10,6 @@
* License.
*/
#include "kerncompat.h"
#define DELTA 0x9E3779B9
static void TEA_transform(__u32 buf[2], __u32 const in[])