[PATCH] uninitialised local in generic_file_write
generic_file_write_nolock() is initialising the pagevec too late, so if we take an early `goto out' the kernel oopses. O_DIRECT writes take that path.
Showing
Please register or sign in to comment