From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com ([134.134.136.24]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1U1BNM-0002iF-Na for linux-mtd@lists.infradead.org; Fri, 01 Feb 2013 07:49:34 +0000 Message-ID: <1359705069.32509.67.camel@sauron.fi.intel.com> Subject: Re: [PATCH V6 18/30] fs: add read_iter and write_iter to several file systems From: Artem Bityutskiy To: Dave Kleikamp Date: Fri, 01 Feb 2013 09:51:09 +0200 In-Reply-To: <1359476623-10544-19-git-send-email-dave.kleikamp@oracle.com> References: <1359476623-10544-1-git-send-email-dave.kleikamp@oracle.com> <1359476623-10544-19-git-send-email-dave.kleikamp@oracle.com> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-5GSqoZs9d0FHihhNTP/P" Mime-Version: 1.0 Cc: jfs-discussion@lists.sourceforge.net, Jan Kara , Bob Copeland , linux-mtd@lists.infradead.org, Mikulas Patocka , linux-nilfs@vger.kernel.org, Richard Weinberger , Christoph Hellwig , v9fs-developer@lists.sourceforge.net, linux-ext4@vger.kernel.org, Prasad Joshi , "Maxim V. Patlasov" , Evgeniy Dushistov , user-mode-linux-devel@lists.sourceforge.net, Jeff Dike , reiserfs-devel@vger.kernel.org, Alexander Viro , OGAWA Hirofumi , Joern Engel , "Tigran A. Aivazian" , linux-kernel@vger.kernel.org, logfs@logfs.org, Benny Halevy , linux-fsdevel@vger.kernel.org, Andreas Dilger , Andrew Morton , Zach Brown , David Woodhouse , linux-karma-devel@lists.sourceforge.net, osd-dev@open-osd.org Reply-To: dedekind1@gmail.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , --=-5GSqoZs9d0FHihhNTP/P Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2013-01-29 at 10:23 -0600, Dave Kleikamp wrote: > - .aio_read =3D generic_file_aio_read, > - .aio_write =3D generic_file_aio_write, > + .read_iter =3D generic_file_read_iter, > + .write_iter =3D generic_file_write_iter,=20 The new names a lot less self-documenting than the old ones - I read them as "read iteration", because "iter" is often used for "iteration", and this gives me no clue that they are related to AIO... I apologize if this was already discussed, but why did you choose "iter"? --=20 Best Regards, Artem Bityutskiy --=-5GSqoZs9d0FHihhNTP/P Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.13 (GNU/Linux) iQIcBAABAgAGBQJRC3PtAAoJECmIfjd9wqK0wRMQALvjuIWMlqGKDjYZ+Oc05zpM umuYU9hx82FV8OzKkb0EBd2OZyhC5Eujwa2YO+oZUNrhabUexK1D7sTE8PY/mFKs jPXtfieaMxyxZr38lM+bFVpbVg/3AHuXd4kUAodYWBR+6UwZt8WQ5MLn1RS1nUYl Pki/4MO63nfikAL1va/Ruu3jgw4jZ3Bhr5K9Oa5rpE4YTHAtfwMFMP0DTNyt7r+s PlgQtdVPvFTCiGcvdMtXAsKbAb0/3d7cQJdUPtoughEvfpdgkSDRTjaT4iGzx9iC cBAYTK/jqSPg2jX0YmHv9NNjNZaPv6yXOq5DW/PpDDzVJyvKRLMfsGxcYgjqej0Q 0Ph5HjXyhHf+7emKFd9svAzfYapyVoX0AIna5FedSpab4lHTtB4ecydJMG9KgWi5 zebZ/ZVMmkg+mIs4VNBGIwKpgPebhUUJa1yaK/T2KbGj32y1QnRXdzLjYnMmx83L QW+1su+bI4xQQVqsu4WkkfavCsk57nPsiOjSVzHl21RHlz2MkXCtumoHbbQCcrbO w3EMCDfXFpjEUX4LpcRiyGHChs5gOZfQuPzP8OwmNUbhHNHX5wginXRnUN4+WFdy SlryvuodGFXxHOlGJRb3WDZjE5ucOVc3FsKmdcbyrzcJ/QXtObvk89chzWD5fyrz MijqIe/1hjIksBnGPx7F =ay3H -----END PGP SIGNATURE----- --=-5GSqoZs9d0FHihhNTP/P--