commit | 1db913823c0f8360fccbd24ca67eb073966a5ffd | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Fri Jan 22 17:06:20 2010 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jan 22 17:06:20 2010 -0500 |
tree | ec5f7be2cfa884b04ca3d26c2dee53283fe16ca7 | |
parent | 74d2e4f8d79ae0c4b6ec027958d5b18058662eea [diff] |
ext4: Handle -EDQUOT error on write We need to release the journal before we do a write_inode. Otherwise we could deadlock. Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>