Re: [RFC PATCH 2/2] jbd: Stabilize pages during writes when in ordered mode

2012-11-22 Thread Jan Kara
On Wed 21-11-12 18:36:45, Darrick J. Wong wrote: > When writing buffers out to disk ahead of committing a transaction, set the > Stable bit on the page to prevent others from wandering in and modifying the > page. > > Signed-off-by: Darrick J. Wong > --- > fs/jbd/commit.c | 18

[RFC PATCH 2/2] jbd: Stabilize pages during writes when in ordered mode

2012-11-22 Thread Darrick J. Wong
When writing buffers out to disk ahead of committing a transaction, set the Stable bit on the page to prevent others from wandering in and modifying the page. Signed-off-by: Darrick J. Wong --- fs/jbd/commit.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git