VFS: fix GCC compilation error

This commit is contained in:
Thomas Veerman 2012-09-17 15:29:38 +00:00
parent 8152b3ac4c
commit c087a60ed2

View 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. */