Arnd Bergmann <arnd@xxxxxxxx> wrote: > I think it would be better to leave the structure as write-only from > the kernel Why? > and pass the query_flags and struct_version as syscall arguments, though it > makes sense to store them in the result as well. The problem with that is that the number of syscall arguments is limited, and there is no SYSCALL_DEFINE7. On the other hand, I could make a separate argument block struct and pass a pointer to it... David -- To unsubscribe from this list: send the line "unsubscribe linux-cifs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html