vfs: 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>
CC: Alexander Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Jan Kara
2009-01-26 16:45:12 +01:00
parent d26ac1a812
commit 9e3509e273
6 changed files with 21 additions and 20 deletions

View File

@@ -273,7 +273,7 @@ static long do_sys_truncate(const char __user *pathname, loff_t length)
if (!error)
error = security_path_truncate(&path, length, 0);
if (!error) {
DQUOT_INIT(inode);
vfs_dq_init(inode);
error = do_truncate(path.dentry, length, 0, NULL);
}