From: Alexey Dobriyan Date: Tue, 29 Apr 2008 08:01:52 +0000 (-0700) Subject: proc: switch /proc/irda/irnet to seq_file interface X-Git-Tag: v2.6.26-rc1~483 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ae02d6bc1c1b3784fec9e9e016e7e3dcc2f8727;p=pandora-kernel.git proc: switch /proc/irda/irnet to seq_file interface Probably interface misuse, because of the way iterating over hashbin is done. However! Printing of socket number ("IrNET socket %d - ", i++") made conversion to proper ->start/->next difficult enough to do blindly without hardware. Said that, please apply. Remove useless comment while I am it. Signed-off-by: Alexey Dobriyan Cc: Samuel Ortiz Cc: "David S. Miller" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed