]> err.no Git - linux-2.6/blobdiff - fs/ext3/hash.c
[WATCHDOG] Merge code clean-up's from Alan Cox.
[linux-2.6] / fs / ext3 / hash.c
index 7fa637cd322adef605dea92336f07159f660bdd9..c30e149fbd2e682a8f13cdddefee32becb61941c 100644 (file)
@@ -11,7 +11,6 @@
 
 #include <linux/fs.h>
 #include <linux/jbd.h>
-#include <linux/sched.h>
 #include <linux/ext3_fs.h>
 #include <linux/cryptohash.h>
 
@@ -95,7 +94,7 @@ int ext3fs_dirhash(const char *name, int len, struct dx_hash_info *hinfo)
        __u32   minor_hash = 0;
        const char      *p;
        int             i;
-       __u32           in[8], buf[4];
+       __u32           in[8], buf[4];
 
        /* Initialize the default seed for the hash checksum functions */
        buf[0] = 0x67452301;