jfs: Use lowercase names of quota functions

Use lowercase names of quota functions instead of old uppercase ones.

Signed-off-by: Jan Kara <jack@suse.cz>
Acked-by: Dave Kleikamp <shaggy@austin.ibm.com>
This commit is contained in:
Jan Kara
2009-01-26 17:22:32 +01:00
parent bacfb7c2e5
commit c94d2a22f2
8 changed files with 36 additions and 36 deletions

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