From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Mon, 24 Oct 2011 14:43:37 +0200 References: <1319300126-17640-1-git-send-email-siwu@hrz.tu-chemnitz.de> In-Reply-To: <1319300126-17640-1-git-send-email-siwu@hrz.tu-chemnitz.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201110241443.38114.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: directly write tt entries without buffering Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Saturday, October 22, 2011 18:15:26 Simon Wunderlich wrote: > When the translation tables (global and local) are written for debugfs, > it is not neccesary to allocate a buffer, we can directly use > seq_printf() to print them out. > > This might actually be safer if the table changes between size > calculation and traversal, and we can't estimate the required size > wrong. Patch was applied in revision 52d3db8. Thanks, Marek