Re: [PATCH 06/10] AXFS: axfs_super.c

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bernhard Reutner-Fischer
Date: Friday, August 22, 2008 - 5:07 am

On Wed, Aug 20, 2008 at 10:45:37PM -0700, Jared Hulbert wrote:

As Phillip mentioned for some other cases, just initialize err to
EINVAL.
[as already mentioned the clipped snippet here is unneeded]


missing space in "end ofMTD"
You're mixing the style of where you put such a space, so potential
errors are not easy to spot (manually).
e.g.:



just:
			goto bad_value;


missing:
		if (err)
			goto out;


just kfree(iomem);



What will happen if i transfer the filesystem to a box with a different
pagesize?


I think i have seen the string "compessed" in one of your patches,
should be "compressed".

--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 06/10] AXFS: axfs_super.c, Jared Hulbert, (Wed Aug 20, 10:45 pm)
Re: [PATCH 06/10] AXFS: axfs_super.c, Carsten Otte, (Thu Aug 21, 1:55 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Sven Wegener, (Thu Aug 21, 2:04 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Sven Wegener, (Thu Aug 21, 4:27 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Sven Wegener, (Thu Aug 21, 7:54 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Phillip Lougher, (Thu Aug 21, 6:43 pm)
Re: [PATCH 06/10] AXFS: axfs_super.c, Jared Hulbert, (Thu Aug 21, 8:05 pm)
Re: [PATCH 06/10] AXFS: axfs_super.c, Bernhard Reutner-Fischer, (Fri Aug 22, 5:07 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Arnd Bergmann, (Fri Aug 22, 9:52 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Phillip Lougher, (Fri Aug 22, 10:37 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Jared Hulbert, (Fri Aug 22, 10:42 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Jared Hulbert, (Fri Aug 22, 10:43 am)
Re: [PATCH 06/10] AXFS: axfs_super.c, Arnd Bergmann, (Fri Aug 22, 12:37 pm)
Re: [PATCH 06/10] AXFS: axfs_super.c, Arnd Bergmann, (Fri Aug 22, 12:49 pm)
Re: [PATCH 06/10] AXFS: axfs_super.c, Geert Uytterhoeven, (Wed Oct 29, 6:59 am)