Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Cyrill Gorcunov
[Andrew Morton - Thu, May 24, 2007 at 12:36:21PM -0700] | On Thu, 24 May 2007 23:23:21 +0400 | Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: | | > [Andrew Morton - Thu, May 24, 2007 at 11:35:50AM -0700] | > | On Thu, 24 May 2007 21:20:17 +0400 | > | Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: | > | |

Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Andrew Morton
On Thu, 24 May 2007 23:23:21 +0400 Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > [Andrew Morton - Thu, May 24, 2007 at 11:35:50AM -0700] > | On Thu, 24 May 2007 21:20:17 +0400 > | Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > | > | > [Jan Kara - Thu, May 24, 2007 at 06:59:35PM +0200] > | > | Hi A

Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Cyrill Gorcunov
[Andrew Morton - Thu, May 24, 2007 at 11:35:50AM -0700] | On Thu, 24 May 2007 21:20:17 +0400 | Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: | | > [Jan Kara - Thu, May 24, 2007 at 06:59:35PM +0200] | > | Hi Andrew, | > | | > | attached patch fixes possible data corruption in UDF - this bug was

Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Cyrill Gorcunov
[Andrew Morton - Thu, May 24, 2007 at 11:35:50AM -0700] | On Thu, 24 May 2007 21:20:17 +0400 | Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: | | > [Jan Kara - Thu, May 24, 2007 at 06:59:35PM +0200] | > | Hi Andrew, | > | | > | attached patch fixes possible data corruption in UDF - this bug was

Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Andrew Morton
On Thu, 24 May 2007 21:20:17 +0400 Cyrill Gorcunov <[EMAIL PROTECTED]> wrote: > [Jan Kara - Thu, May 24, 2007 at 06:59:35PM +0200] > | Hi Andrew, > | > | attached patch fixes possible data corruption in UDF - this bug was > actually > | introduced by one of my fixes :-( and should (if possib

Re: [PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Cyrill Gorcunov
[Jan Kara - Thu, May 24, 2007 at 06:59:35PM +0200] | Hi Andrew, | | attached patch fixes possible data corruption in UDF - this bug was actually | introduced by one of my fixes :-( and should (if possible) go to Linus before | 2.6.22 is out (that's why I'm diffing against Linus's tree and not

[PATCH 1/2] Fix possible UDF data corruption

2007-05-24 Thread Jan Kara
Hi Andrew, attached patch fixes possible data corruption in UDF - this bug was actually introduced by one of my fixes :-( and should (if possible) go to Linus before 2.6.22 is out (that's why I'm diffing against Linus's tree and not the latest changes in -mm tree)... Thanks.