From 8979c0f7cdb5cd54c85768ca0c067fbe0c9133ca Mon Sep 17 00:00:00 2001 From: yangsheng Date: Thu, 24 Jul 2008 14:56:25 +0000 Subject: [PATCH] Branch b1_8_gate b=15308 i=johann, shadow, zhenyu.xu, brian Update to SLES10 SP2 kernel-2.6.16.60-0.23 and update to OFED-1.3.1. --- lustre/llite/rw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/rw.c b/lustre/llite/rw.c index 82bde2a..5f1b814 100644 --- a/lustre/llite/rw.c +++ b/lustre/llite/rw.c @@ -2135,7 +2135,7 @@ ssize_t ll_file_lockless_io(struct file *file, const struct iovec *iov, rc = generic_write_checks(file, ppos, &count, 0); if (rc) GOTO(out, rc); - rc = remove_suid(file->f_dentry); + rc = ll_remove_suid(file->f_dentry, file->f_vfsmnt); if (rc) GOTO(out, rc); } -- 1.8.3.1