From 1f8c852b972b4e9a3b0f04e30e462fb88a4e0527 Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 18 Feb 2003 23:06:05 +0000 Subject: [PATCH] Minor fixup. --- lustre/kernel_patches/patches/vfs_intent_hp.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/kernel_patches/patches/vfs_intent_hp.patch b/lustre/kernel_patches/patches/vfs_intent_hp.patch index 628bbed..501c776 100644 --- a/lustre/kernel_patches/patches/vfs_intent_hp.patch +++ b/lustre/kernel_patches/patches/vfs_intent_hp.patch @@ -436,7 +436,7 @@ @@ -1145,7 +1231,7 @@ do_last: if (!error) { DQUOT_INIT(inode); - + - error = do_truncate(dentry, 0); + error = do_truncate(dentry, 0, 1); } -- 1.8.3.1