]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/open.c
OMAP: dmtimer: enable all timers to be wakeup events
[linux-2.6-omap-h63xx.git] / fs / open.c
index a3a78ceb2a2bf8c52a3b16cb7e5ca5648f710b15..75b61677daafa9fdf0317ae58afd5d017ef03c2e 100644 (file)
--- a/fs/open.c
+++ b/fs/open.c
@@ -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);
        }