From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932625AbbFHXBm (ORCPT ); Mon, 8 Jun 2015 19:01:42 -0400 Received: from tex.lwn.net ([70.33.254.29]:59871 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752601AbbFHXBd (ORCPT ); Mon, 8 Jun 2015 19:01:33 -0400 Date: Mon, 8 Jun 2015 17:01:32 -0600 From: Jonathan Corbet To: Thomas de Beauchene Cc: , , Thomas de Beauchene Subject: Re: [PATCH] Documentation: filesystems: updated struct file_operations documentation in vfs.txt Message-ID: <20150608170132.0c1cd95b@lwn.net> In-Reply-To: <1433687423-31932-1-git-send-email-thomas.chauvot-de-beauchene@epitech.eu> References: <1433687423-31932-1-git-send-email-thomas.chauvot-de-beauchene@epitech.eu> Organization: LWN.net X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.27; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 7 Jun 2015 16:30:23 +0200 Thomas de Beauchene wrote: > Updated struct file_operations documentation in vfs.txt to match > current implementation Applied to the docs tree, thanks. jon