From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Arnd Bergmann Date: Thu, 16 Sep 2010 14:51:40 +0200 References: <1284589835-26617-1-git-send-email-sven.eckelmann@gmx.de> <1284629407-20394-1-git-send-email-sven.eckelmann@gmx.de> In-Reply-To: <1284629407-20394-1-git-send-email-sven.eckelmann@gmx.de> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201009161451.40470.arnd@arndb.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batctl: Mark debugfs files as nonseekable 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: Sven Eckelmann Cc: b.a.t.m.a.n@lists.open-mesh.org On Thursday 16 September 2010, Sven Eckelmann wrote: > We don't allow to seek in the debugfs socket and log files. Thus we > should mark the file descriptor as nonseekable. > > Signed-off-by: Sven Eckelmann > Cc: Arnd Bergmann Acked-by: Arnd Bergmann Looks good. Do you want to merge it yourself? Otherwise I'll queue it up in my tree. Arnd