From: Alexey Dobriyan Date: Tue, 15 Dec 2009 02:00:06 +0000 (-0800) Subject: alpha: convert srm code to seq_file X-Git-Tag: v2.6.33-rc1~175 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ead0f84e81a41c3e98aeceab04af8ab1bb08d1f;p=pandora-kernel.git alpha: convert srm code to seq_file Convert code away from ->read_proc/->write_proc interfaces. Switch to proc_create()/proc_create_data() which make addition of proc entries reliable wrt NULL ->proc_fops, NULL ->data and so on. Problem with ->read_proc et al is described here commit 786d7e1612f0b0adb6046f19b906609e4fe8b1ba "Fix rmmod/read/write races in /proc entries" Signed-off-by: Alexey Dobriyan Cc: Richard Henderson Cc: Ivan Kokshaysky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed