Re: [U-Boot] [PATCH] FAT: split block device interactions from filesystem logic

2012-09-23 Thread Benoît Thébaudeau
Hi Pavel, On Sunday, September 23, 2012 5:28:31 PM, Pavel Herrmann wrote: > add some CCs > > On Wednesday 19 September 2012 16:34:02 Pavel Herrmann wrote: > > Put block device interaction code into separate file from > > filesystem logic. > > This makes it easier to change block device API, and i

Re: [U-Boot] [PATCH] FAT: split block device interactions from filesystem logic

2012-09-23 Thread Pavel Herrmann
add some CCs On Wednesday 19 September 2012 16:34:02 Pavel Herrmann wrote: > Put block device interaction code into separate file from filesystem logic. > This makes it easier to change block device API, and is similar to what > other filesystems do. > Cleanup some logic inconsistencies as well. >

[U-Boot] [PATCH] FAT: split block device interactions from filesystem logic

2012-09-19 Thread Pavel Herrmann
Put block device interaction code into separate file from filesystem logic. This makes it easier to change block device API, and is similar to what other filesystems do. Cleanup some logic inconsistencies as well. Signed-off-by: Pavel Herrmann --- fs/fat/Makefile| 4 +- fs/fat/dev.c