Merge branch 'akpm' (patches from Andrew)
[sfrench/cifs-2.6.git] / fs / namei.c
index 87d7710a2e1d40db28924a9894e0d31826e49134..0a8c5c27f90ece13c76f1a701c241ecbdbfc40a8 100644 (file)
@@ -39,7 +39,6 @@
 #include <linux/bitops.h>
 #include <linux/init_task.h>
 #include <linux/uaccess.h>
-#include <linux/build_bug.h>
 
 #include "internal.h"
 #include "mount.h"
@@ -131,7 +130,6 @@ getname_flags(const char __user *filename, int flags, int *empty)
        struct filename *result;
        char *kname;
        int len;
-       BUILD_BUG_ON(offsetof(struct filename, iname) % sizeof(long) != 0);
 
        result = audit_reusename(filename);
        if (result)