From: Marcel Holtmann Date: Tue, 2 Mar 2010 15:48:23 +0000 (+0000) Subject: Bluetooth: Use single_open() for inquiry cache within debugfs X-Git-Tag: v2.6.34-rc2~48^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4612cb86ed8db8956b6b19435f8a30de6c67ffe;p=pandora-kernel.git Bluetooth: Use single_open() for inquiry cache within debugfs The inquiry cache information in debugfs should be using seq_file support and not allocating memory on the stack for the string. Since the usage of these information is really seldom, using single_open() for it is good enough. Signed-off-by: Marcel Holtmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed