commit | 7cb476f834d0dc2092e04eeafe9cbe509f6380eb | [log] [tgz] |
---|---|---|
author | Jan Kara <jack@suse.cz> | Fri May 13 00:38:16 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 13 00:38:16 2016 -0400 |
tree | de6ace4539f5160c037f747305ac70c82db557e2 | |
parent | aef39ab1534d1a07061e0ee7e428499e127232eb [diff] |
ext4: handle transient ENOSPC properly for DAX ext4_dax_get_blocks() was accidentally omitted fixing get blocks handlers to properly handle transient ENOSPC errors. Fix it now to use ext4_get_blocks_trans() helper which takes care of these errors. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Theodore Ts'o <tytso@mit.edu>