From 803f16cfd69cbe4f479f119bda6c35b0af4e1025 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Thu, 7 Oct 2010 10:06:12 +0200 Subject: [PATCH] b=23878 add debug info --- lustre/mds/mds_open.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/mds/mds_open.c b/lustre/mds/mds_open.c index 46447fa..304a524 100644 --- a/lustre/mds/mds_open.c +++ b/lustre/mds/mds_open.c @@ -1246,6 +1246,8 @@ int mds_open(struct mds_update_record *rec, int offset, rc = -EOVERFLOW; else rc = -EFAULT; + CERROR("file recreated with wrong inode number" + " %lu != %lu\n", ino, inode->i_ino); GOTO(cleanup, rc); } /* Written as part of setattr */ -- 1.8.3.1