From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRU5J-0003in-Tk for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:45:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRU5F-0003eb-9Y for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:45:29 -0400 Received: from [199.232.76.173] (port=57724 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRU5F-0003eT-4O for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:45:25 -0400 Received: from verein.lst.de ([213.95.11.210]:36034) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MRU5E-0002w6-OI for qemu-devel@nongnu.org; Thu, 16 Jul 2009 12:45:25 -0400 Date: Thu, 16 Jul 2009 18:45:22 +0200 From: Christoph Hellwig Subject: Re: [Qemu-devel] [PATCH] qemu-iotests: test I/O after EOF for growable files Message-ID: <20090716164522.GB7832@lst.de> References: <20090715211335.GA18960@lst.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: Christoph Hellwig , qemu-devel@nongnu.org On Thu, Jul 16, 2009 at 04:18:07PM +0300, Blue Swirl wrote: > On Thu, Jul 16, 2009 at 12:13 AM, Christoph Hellwig wrote: > > Signed-off-by: Christoph Hellwig > > > +# You should have received a copy of the GNU General Public License > > +# along with this program; if not, write to the Free Software > > +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > > +# USA > > The current FSF's address is: > > 51 Franklin Street, Fifth Floor > Boston, MA 02110-1301 > USA Thanks. Currently we use the address all over qemu-iotests (and xfstests where the testcase stubs originated from). I'll put in a commit to change it everywhere later.