From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Date: Tue, 30 Apr 2019 12:29:25 +0200 Subject: [Cluster-devel] [PATCH v7 2/5] fs: Turn __generic_write_end into a void function In-Reply-To: <20190429220934.10415-3-agruenba@redhat.com> References: <20190429220934.10415-1-agruenba@redhat.com> <20190429220934.10415-3-agruenba@redhat.com> Message-ID: <20190430102925.GA19506@lst.de> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Tue, Apr 30, 2019 at 12:09:31AM +0200, Andreas Gruenbacher wrote: > The VFS-internal __generic_write_end helper always returns the value of > its @copied argument. This can be confusing, and it isn't very useful > anyway, so turn __generic_write_end into a function returning void > instead. > > Signed-off-by: Andreas Gruenbacher Looks good, Reviewed-by: Christoph Hellwig