Revision 024cfa5943a7e89565c60b612d698c2bfb3da66a authored by Mathias Nyman on 06 September 2010, 10:52:01 UTC, committed by Greg Kroah-Hartman on 20 September 2010, 23:04:56 UTC
seq_files use the private_data field of a file struct for storing a seq_file structure,
data should be stored in seq_file's own private field (e.g. file->private_data->private)
Otherwise seq_release() will free the private data when the file is closed.

Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

1 parent 2422084
History
File Mode Size
3C359.bin.ihex -rw-r--r-- 67.4 KB
typhoon.bin.ihex -rw-r--r-- 121.5 KB

back to top