Whamcloud - gitweb
Fixed minor typo in gen_copy_data().
authoradilger <adilger>
Tue, 7 Dec 1999 18:58:12 +0000 (18:58 +0000)
committeradilger <adilger>
Tue, 7 Dec 1999 18:58:12 +0000 (18:58 +0000)
lustre/obdclass/genops.c

index 7932310..bfc3499 100644 (file)
@@ -208,7 +208,7 @@ int gen_copy_data(struct obd_conn *conn, obdattr *tgt, obdattr *src)
        ENTRY;
 
        CDEBUG(D_INODE, "src: ino %ld blocks %ld, size %Ld, dst: ino %ld\n", 
-              src->i_ino, src->i_blocks, src->i_size, dst->i_ino);
+              src->i_ino, src->i_blocks, src->i_size, tgt->i_ino);
        page = alloc_page(GFP_USER);
        if ( !page ) {
                EXIT;