X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=fs%2Fopen.c;h=75b61677daafa9fdf0317ae58afd5d017ef03c2e;hb=30930554f23511645ad9cfb89792219bf398b654;hp=a3a78ceb2a2bf8c52a3b16cb7e5ca5648f710b15;hpb=6b3bf2049180c4d4d6f4432f9148621410c179a9;p=linux-2.6-omap-h63xx.git diff --git a/fs/open.c b/fs/open.c index a3a78ceb2a2..75b61677daa 100644 --- 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); }