Mike Audia
2013-Aug-02 21:12 UTC
Re: [PATCH v2] btrfs: add mount option to set commit interval
> v2: > * Stefan pointed out a missing break and that /proc/mounts does not show > the option. > * fixed missing goto and extra printk parameter after failed match_intForgive my naive question: I am using gmx''s webclient which doesn''t seem to identify your patch as an attachment. I can simply copy/paste into vim and apply the patch. Is there are more elegant way to obtain the code, a git tree perhaps or ...? Thank you. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
David Sterba
2013-Aug-05 18:33 UTC
Re: [PATCH v2] btrfs: add mount option to set commit interval
On Fri, Aug 02, 2013 at 05:12:49PM -0400, Mike Audia wrote:> > v2: > > * Stefan pointed out a missing break and that /proc/mounts does not show > > the option. > > * fixed missing goto and extra printk parameter after failed match_int > > Forgive my naive question: I am using gmx''s webclient which doesn''t > seem to identify your patch as an attachment. I can simply copy/paste > into vim and apply the patch. Is there are more elegant way to obtain > the code, a git tree perhaps or ...?The standard way in linux kernel community is to send patches in emails inline. If you can''t apply the patches from the mail, a git-friendly way of applying patches is the patchwork.kernel.org interface, see https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories#Patches_sent_to_mailinglist how to use it. david -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html