Whamcloud - gitweb
Land b_smallfix onto HEAD (20040213_1402)
[fs/lustre-release.git] / lustre / llite / rw.c
index 8b1569d..7c4c791 100644 (file)
@@ -110,9 +110,9 @@ void ll_truncate(struct inode *inode)
         CDEBUG(D_VFSTRACE, "VFS Op:inode=%lu/%u(%p)\n", inode->i_ino,
                inode->i_generation, inode);
 
-        /* object not yet allocated - this is handled in ll_setattr_raw */
         if (!lsm) {
-                CERROR("truncate on inode %lu with no objects\n", inode->i_ino);
+                CDEBUG(D_INODE, "truncate on inode %lu with no objects\n",
+                       inode->i_ino);
                 EXIT;
                 return;
         }