On Tue, Dec 17, 2013 at 04:37:35PM +0800, Anand Jain wrote:
> >>+zero_dev_error:
> >>+   if (ret) {
> >>+           ret < 0 ?
> >>+           fprintf(stderr, "ERROR: failed to zero device start '%s' - 
> >>%s\n",
> >>+                   file, strerror(-ret)) :
> >>+           fprintf(stderr, "ERROR: failed to zero device start '%s' - 
> >>%d\n",
> >>+                   file, ret);
> >
> >This is not funny.
> 
>  hmm. I am not sure what you mean ?

It's rather obfuscated, though it's a valid C. No need to minimize the
source line count but the time to understand them.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to