Whamcloud - gitweb
- fixed missed comma
authoryury <yury>
Mon, 18 Apr 2005 12:38:33 +0000 (12:38 +0000)
committeryury <yury>
Mon, 18 Apr 2005 12:38:33 +0000 (12:38 +0000)
lustre/llite/llite_gns.c

index 2cebcbc..b65824b 100644 (file)
@@ -113,7 +113,7 @@ ll_gns_mount_object(struct dentry *dentry, struct vfsmount *mnt)
             sbi->ll_gns_state == LL_GNS_FINISHED)
         {
                 spin_unlock(&sbi->ll_gns_lock);
-                CDEBUG(D_INODE"GNS is in progress now, throwing "
+                CDEBUG(D_INODE"GNS is in progress now, throwing "
                        "-ERESTARTSYS to restart syscall and let "
                        "it finish.\n");
                 RETURN(-ERESTARTSYS);