10.03.2015 20:23, Aneesh Kumar K.V wrote: []> > I am not sure this is needed, whether to use int err or int ret as the > variable name is simply a matter of preference for the author.
We have 2 filesystem methods in here, read and write, one near another, which are written by the same author (but one of them has been later extended a bit, adding another variable). This patch makes them similar again. > Also did > you compile test the above ? (note: int ret followed by a check with > variable name 'err'). Well yes. It is a forgotten git commit. Ofcourse I verified the result, I just forgot to commit because I was distracted by something else, hence sent a wrong patch. I'll resend it. /mjt