VFS: fix GCC compilation error
This commit is contained in:
parent
8152b3ac4c
commit
c087a60ed2
@ -1119,8 +1119,8 @@ int maj;
|
|||||||
if (r == OK)
|
if (r == OK)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
printf("VFS: file on dev %d/%d re-open failed: %d; "
|
printf("VFS: file on dev %d/%d re-open failed: %d\n",
|
||||||
"invalidated %d fd's.\n", major_dev, minor_dev, r, n);
|
major_dev, minor_dev, r);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* File descriptor is to be closed when driver restarts. */
|
/* File descriptor is to be closed when driver restarts. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user