Re: [patch] ext4 crypto: fix some error handling

2016-04-04 Thread Theodore Ts'o
On Sat, Apr 02, 2016 at 07:49:16AM +0300, Dan Carpenter wrote: > We should be testing for -ENOMEM but the minus sign is missing. > > Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail > with ENOMEM') > Signed-off-by: Dan Carpenter Thanks,

Re: [patch] ext4 crypto: fix some error handling

2016-04-04 Thread Theodore Ts'o
On Sat, Apr 02, 2016 at 07:49:16AM +0300, Dan Carpenter wrote: > We should be testing for -ENOMEM but the minus sign is missing. > > Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail > with ENOMEM') > Signed-off-by: Dan Carpenter Thanks, applied.

[patch] ext4 crypto: fix some error handling

2016-04-01 Thread Dan Carpenter
We should be testing for -ENOMEM but the minus sign is missing. Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail with ENOMEM') Signed-off-by: Dan Carpenter diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index 51b3492..b39d9c7 100644 ---

[patch] ext4 crypto: fix some error handling

2016-04-01 Thread Dan Carpenter
We should be testing for -ENOMEM but the minus sign is missing. Fixes: c9af28fdd449 ('ext4 crypto: don't let data integrity writebacks fail with ENOMEM') Signed-off-by: Dan Carpenter diff --git a/fs/ext4/page-io.c b/fs/ext4/page-io.c index 51b3492..b39d9c7 100644 --- a/fs/ext4/page-io.c +++