Christoph Hellwig <hch@xxxxxx> wrote: > + if (ret == -EFAULT) I wonder if that should be prefaced with "else". On the other hand, the optimiser ought to spot that it's mutually exclusive with the prior "if". David
Christoph Hellwig <hch@xxxxxx> wrote: > + if (ret == -EFAULT) I wonder if that should be prefaced with "else". On the other hand, the optimiser ought to spot that it's mutually exclusive with the prior "if". David