From: Johann Lombardi Date: Thu, 7 Oct 2010 08:06:12 +0000 (+0200) Subject: b=23878 add debug info X-Git-Tag: v1_8_4_54~13 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=803f16cfd69cbe4f479f119bda6c35b0af4e1025;p=fs%2Flustre-release.git b=23878 add debug info --- 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 */