Re: [PATCH] bug fix for the ntfs driver

2007-11-10 Thread Marco Gerards
Bean [EMAIL PROTECTED] writes: Hi, The problem is caused by the structure of compressed files. In ntfs, 16 clusters is the basic compressed unit. The original code assume that the file will break in 16 cluster long blocks, but in fact, the blocks will be merged if they are stored next to to

Re: [PATCH] bug fix for the ntfs driver

2007-11-10 Thread Robert Millan
On Sat, Nov 10, 2007 at 06:31:09PM +0100, Marco Gerards wrote: Sorry for forgetting about this patch. It should be committed. Robert, if you have time, can you commit this? I will mark this mail as important... If you don't have the time, I will surely commit it ASAP :-) Done. --

Re: [PATCH] bug fix for the ntfs driver

2007-08-20 Thread Marco Gerards
Bean [EMAIL PROTECTED] writes: Hi Bean, This patch fix a bug in the ntfs driver which occurs when accessing certain compressed files. Sorry again for the late reply... 2007-08-16 Bean [EMAIL PROTECTED] * fs/ntfs.c (read_block): Bug fix for compressed files. Please describe

Re: [PATCH] bug fix for the ntfs driver

2007-08-20 Thread Bean
this problem. * fs/ntfs.c (read_block): Fix a bug caused by adjacent blocks. On 8/20/07, Marco Gerards [EMAIL PROTECTED] wrote: Bean [EMAIL PROTECTED] writes: Hi Bean, This patch fix a bug in the ntfs driver which occurs when accessing certain compressed files. Sorry again

[PATCH] bug fix for the ntfs driver

2007-08-15 Thread Bean
Hi, This patch fix a bug in the ntfs driver which occurs when accessing certain compressed files. -- Bean 2007-08-16 Bean [EMAIL PROTECTED] * fs/ntfs.c (read_block): Bug fix for compressed files. Index: fs/ntfs.c