Revision db1d607d3ca5cbb283cbb17d648cd7e8dc67cc7b authored by Josef Bacik on 26 March 2013, 19:29:11 UTC, committed by Josef Bacik on 28 March 2013, 13:51:28 UTC
We need to hold the ordered_operations mutex while waiting on ordered extents
since we splice and run the ordered extents list.  We need to make sure anybody
else who wants to wait on ordered extents does actually wait for them to be
completed.  This will keep us from bailing out of flushing in case somebody is
already waiting on ordered extents to complete.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
1 parent 6e137ed
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 198 bytes
internal.h -rw-r--r-- 1.3 KB
mmap-nommu.c -rw-r--r-- 2.2 KB
storage.c -rw-r--r-- 6.4 KB
super.c -rw-r--r-- 15.1 KB

back to top