jfs: Use lowercase names of quota functions
[linux-block.git] / fs / jfs / inode.c
index b00ee9f05a0695f0a84814ae15320aaac1a58aa8..b2ae190a77ba240b04f8175d7b2e2c65aaa20b3d 100644 (file)
@@ -158,9 +158,9 @@ void jfs_delete_inode(struct inode *inode)
                /*
                 * Free the inode from the quota allocation.
                 */
-               DQUOT_INIT(inode);
-               DQUOT_FREE_INODE(inode);
-               DQUOT_DROP(inode);
+               vfs_dq_init(inode);
+               vfs_dq_free_inode(inode);
+               vfs_dq_drop(inode);
        }
 
        clear_inode(inode);