commit | a7662236253374012d364106b6dc9161bd929e2e | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Tue Sep 06 15:19:10 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Sep 07 16:57:55 2005 -0700 |
tree | 59f34811d18fef8195bc3200bdb2684598175f29 | |
parent | e6c9f5c1888097c936334bf9740024520ca47b8e [diff] |
[PATCH] Make ll_rw_block() wait for buffer lock Introduce new ll_rw_block() operation SWRITE meaning that block layer should wait for the buffer lock and write-out afterwards. Hence data in buffers at the time of call are guaranteed to be submitted to the disk. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>