Re: [PATCH 3/3] ext4: mark metadata blocks using bh flags

2013-04-21 Thread Theodore Ts'o
On Sun, Apr 21, 2013 at 08:09:14AM +0200, Jiri Slaby wrote: > On 04/21/2013 02:07 AM, Theodore Ts'o wrote: > > This allows metadata writebacks which are issued via block device > > writeback to be sent with the current write request flags. > > Hi, where do these come from? > fs/ext4/ext4_jbd2.c: I

Re: [PATCH 3/3] ext4: mark metadata blocks using bh flags

2013-04-20 Thread Jiri Slaby
On 04/21/2013 02:07 AM, Theodore Ts'o wrote: > This allows metadata writebacks which are issued via block device > writeback to be sent with the current write request flags. Hi, where do these come from? fs/ext4/ext4_jbd2.c: In function ‘__ext4_handle_dirty_metadata’: fs/ext4/ext4_jbd2.c:218:2: er

[PATCH 3/3] ext4: mark metadata blocks using bh flags

2013-04-20 Thread Theodore Ts'o
This allows metadata writebacks which are issued via block device writeback to be sent with the current write request flags. Signed-off-by: "Theodore Ts'o" --- fs/ext4/ext4_jbd2.c | 2 ++ fs/ext4/inode.c | 6 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/fs/ext4/ext4_j