From: Al Viro Date: Sun, 31 Mar 2013 17:50:52 +0000 (-0400) Subject: scsi_proc: make proc_scsi_host_open() preallocate a bigger buffer X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=859d22f9c3924ab87b05ded8ba922abc298c1d43;p=pandora-kernel.git scsi_proc: make proc_scsi_host_open() preallocate a bigger buffer Some of the ->show_info() instances really spew a lot; it's not a problem wrt correctness (seq_read() will grow buffer and call the sucker again), but in this case it makes sense to start with a somewhat bigger one - they often do exceed one page worth of output. Signed-off-by: Al Viro --- Reading git-diff-tree failed