From 59785040d4df0520b8a2f60ff2864485b49d101c Mon Sep 17 00:00:00 2001 From: wangdi Date: Sat, 12 Aug 2006 08:45:49 +0000 Subject: [PATCH] Branch: b_new_cmd oops, just forget 1 file in the last commit --- lustre/ptlrpc/layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/layout.c b/lustre/ptlrpc/layout.c index 04eec61..6a124b0 100644 --- a/lustre/ptlrpc/layout.c +++ b/lustre/ptlrpc/layout.c @@ -497,7 +497,7 @@ EXPORT_SYMBOL(RQF_MDS_REINT_LINK); const struct req_format RQF_MDS_REINT_RENAME = DEFINE_REQ_FMT0("MDS_REINT_RENAME", mds_reint_rename_client, - mdt_body_only); + mds_last_unlink_server); EXPORT_SYMBOL(RQF_MDS_REINT_RENAME); const struct req_format RQF_MDS_REINT_SETATTR = -- 1.8.3.1