From: Alexey Dobriyan Date: Wed, 16 Dec 2009 00:46:47 +0000 (-0800) Subject: pnpbios: convert to seq_file X-Git-Tag: v2.6.33-rc1~71^2~108 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5116fa2b3a0a3ec625a10445ae45667f094c125b;p=pandora-kernel.git pnpbios: convert 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: Adam Belay Cc: Bjorn Helgaas Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed