Searched hist:efe70c29511544b0468723fe92c1847b3b0ca046 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/ext4/ |
H A D | inode.c | diff efe70c29511544b0468723fe92c1847b3b0ca046 Tue Mar 08 22:35:46 CST 2016 Jan Kara <jack@suse.cz> ext4: move trans handling and completion deferal out of _ext4_get_block
There is no need to handle starting of a transaction and deferal of DIO completion in _ext4_get_block() function. We can move this out to get block functions for direct IO that need it. That way we can add stricter checks verifying things work as we expect.
Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|