From: Vegard N. <veg...@or...> - 2015-12-16 22:21:27
|
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 |