Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1293371
| From | Vegard Nossum <vegard.nossum@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] uml: fix hostfs mknod() |
| Date | 2015-12-16 23:30 +0100 |
| Message-ID | <qGsK5-7I0-7@gated-at.bofh.it> (permalink) |
| References | <qGruG-70F-13@gated-at.bofh.it> <qGsAp-7D6-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On 12/16/2015 11:17 PM, Richard Weinberger wrote: > Am 16.12.2015 um 21:59 schrieb Vegard Nossum: >> An inverted return value check in hostfs_mknod() caused the function >> to return success after handling it as an error (and cleaning up). >> [...] > > Applied! :-) > > BTW: How did you create this patch? I had to apply it by hand using -p0... > git am didn't like it. Ah, sorry, I have diff.noprefix=true since I like to double click on filenames in a diff (there's probably a way to configure the selection to skip '[ab]/' prefixes when you do that but this was easier). git am -p0 should work too. Thanks! Vegard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] uml: fix hostfs mknod() Vegard Nossum <vegard.nossum@oracle.com> - 2015-12-16 22:10 +0100
Re: [PATCH] uml: fix hostfs mknod() Richard Weinberger <richard@nod.at> - 2015-12-16 23:20 +0100
Re: [PATCH] uml: fix hostfs mknod() Vegard Nossum <vegard.nossum@oracle.com> - 2015-12-16 23:30 +0100
csiph-web