]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ext4: Handle -EDQUOT error on write
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Fri, 22 Jan 2010 22:06:20 +0000 (17:06 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 22 Jan 2010 22:06:20 +0000 (17:06 -0500)
commit1db913823c0f8360fccbd24ca67eb073966a5ffd
treeec5f7be2cfa884b04ca3d26c2dee53283fe16ca7
parent74d2e4f8d79ae0c4b6ec027958d5b18058662eea
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>
fs/ext4/inode.c