Re: [PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-11 Thread Greg Kroah-Hartman
On Fri, Mar 10, 2017 at 04:48:52PM +, Ben Hutchings wrote: > On Fri, 2017-03-10 at 10:08 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me > > know. > > > > -- > > > > From: Theodore Ts'o > > > > commit

Re: [PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-11 Thread Greg Kroah-Hartman
On Fri, Mar 10, 2017 at 04:48:52PM +, Ben Hutchings wrote: > On Fri, 2017-03-10 at 10:08 +0100, Greg Kroah-Hartman wrote: > > 4.4-stable review patch.  If anyone has any objections, please let me > > know. > > > > -- > > > > From: Theodore Ts'o > > > > commit

Re: [PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-10 Thread Ben Hutchings
On Fri, 2017-03-10 at 10:08 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me > know. > > -- > > From: Theodore Ts'o > > commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. > > The write_end() function

Re: [PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-10 Thread Ben Hutchings
On Fri, 2017-03-10 at 10:08 +0100, Greg Kroah-Hartman wrote: > 4.4-stable review patch.  If anyone has any objections, please let me > know. > > -- > > From: Theodore Ts'o > > commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. > > The write_end() function must always

[PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-10 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. The write_end() function must always unlock the page and drop its ref count, even on an error.

[PATCH 4.4 48/91] ext4: fix inline data error paths

2017-03-10 Thread Greg Kroah-Hartman
4.4-stable review patch. If anyone has any objections, please let me know. -- From: Theodore Ts'o commit eb5efbcb762aee4b454b04f7115f73ccbcf8f0ef upstream. The write_end() function must always unlock the page and drop its ref count, even on an error. Signed-off-by: Theodore