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)
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>

No differences found