diff options
author | 2009-12-08 23:51:10 -0500 | |
---|---|---|
committer | 2009-12-08 23:51:10 -0500 | |
commit | b436b9bef84de6893e86346d8fbf7104bc520645 (patch) | |
tree | 50fb9ae167bcd622e9adf47646bcf3b4c7dd111d /arch/arm/mm/fault.c | |
parent | ext4: fix incorrect block reservation on quota transfer. (diff) | |
download | wireguard-linux-b436b9bef84de6893e86346d8fbf7104bc520645.tar.xz wireguard-linux-b436b9bef84de6893e86346d8fbf7104bc520645.zip |
ext4: Wait for proper transaction commit on fsync
We cannot rely on buffer dirty bits during fsync because pdflush can come
before fsync is called and clear dirty bits without forcing a transaction
commit. What we do is that we track which transaction has last changed
the inode and which transaction last changed allocation and force it to
disk on fsync.
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'arch/arm/mm/fault.c')
0 files changed, 0 insertions, 0 deletions