This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / bridge / br_ioctl.c
index ef59120..363c73f 100644 (file)
@@ -324,8 +324,6 @@ static int old_deviceless(void __user *uarg)
                int *indices;
                int ret = 0;
 
-               if (args[2] >= 16384)
-                       return -ENOMEM;
                indices = kmalloc(args[2]*sizeof(int), GFP_KERNEL);
                if (indices == NULL)
                        return -ENOMEM;