From: adilger Date: Tue, 18 Feb 2003 23:06:05 +0000 (+0000) Subject: Minor fixup. X-Git-Tag: v1_7_110~2^11~185 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1f8c852b972b4e9a3b0f04e30e462fb88a4e0527;p=fs%2Flustre-release.git Minor fixup. --- 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); }