dquot: cleanup inode allocation / freeing routines
[deliverable/linux.git] / fs / jfs / inode.c
index b2ae190a77ba240b04f8175d7b2e2c65aaa20b3d..2562d18988f752028afd311625248db15ceb77a0 100644 (file)
@@ -159,7 +159,7 @@ void jfs_delete_inode(struct inode *inode)
                 * Free the inode from the quota allocation.
                 */
                vfs_dq_init(inode);
-               vfs_dq_free_inode(inode);
+               dquot_free_inode(inode);
                vfs_dq_drop(inode);
        }
 
This page took 0.029059 seconds and 5 git commands to generate.