From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dan Carpenter Date: Tue, 26 Jun 2012 06:41:22 +0000 Subject: Re: [patch v2] Btrfs: fix error handling in __add_reloc_root() Message-Id: <20120626064122.GQ5390@mwanda> List-Id: References: <4FE473F6.5000109@fusionio.com> <20120625111048.GA10393@elgon.mountain> <20120625133956.GA2499@localhost.localdomain> <20120625135344.GN5390@mwanda> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: santosh prasad nayak Cc: Josef Bacik , "Chris L. Mason" , "linux-btrfs@vger.kernel.org" , "kernel-janitors@vger.kernel.org" On Tue, Jun 26, 2012 at 06:51:39AM +0530, santosh prasad nayak wrote: > I am also facing similar issue while applying this patch. > > [santosh@localhost linux-next]$ sudo git am mail_Dan.txt > Patch format detection failed. > [santosh@localhost linux-next]$ > The problem is not on my end. It made it to marc.info without getting corrupted. Marc.info strips out the From: and Subject: headers so you'd have to add them in manually. 1) Save this file: http://marc.info/?l=kernel-janitors&m4062314509635&q=raw 2) Edit the file and add these two lines add the top: From: Dan Carpenter Subject: [patch v2] Btrfs: fix error handling in __add_reloc_root() 3) $ git am /home/dcarpenter/tmp/html2/btrfs_raw.txt Applying: Btrfs: fix error handling in __add_reloc_root() regards, dan carpenter