]> Zhao Yanbai Git Server - minix.git/commitdiff
VFS: fix GCC compilation error
authorThomas Veerman <thomas@minix3.org>
Mon, 17 Sep 2012 15:29:38 +0000 (15:29 +0000)
committerThomas Veerman <thomas@minix3.org>
Mon, 17 Sep 2012 15:29:38 +0000 (15:29 +0000)
servers/vfs/device.c

index 53ba6a203fd7bca531a44956c4f941c18b2cd818..0d7d5da96fa65dcf12c5cffa8bc84a3723b07629 100644 (file)
@@ -1119,8 +1119,8 @@ int maj;
                if (r == OK)
                        return;
 
-               printf("VFS: file on dev %d/%d re-open failed: %d; "
-                       "invalidated %d fd's.\n", major_dev, minor_dev, r, n);
+               printf("VFS: file on dev %d/%d re-open failed: %d\n",
+                       major_dev, minor_dev, r);
        }
 
        /* File descriptor is to be closed when driver restarts. */