Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140372307
D37097.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
496 B
Referenced Files
None
Subscribers
None
D37097.diff
View Options
diff --git a/sys/kern/uipc_shm.c b/sys/kern/uipc_shm.c
--- a/sys/kern/uipc_shm.c
+++ b/sys/kern/uipc_shm.c
@@ -225,8 +225,10 @@
VM_ALLOC_NORMAL | VM_ALLOC_SBUSY | VM_ALLOC_IGN_SBUSY);
if (rv != VM_PAGER_OK) {
VM_OBJECT_WUNLOCK(obj);
- printf("uiomove_object: vm_obj %p idx %jd pager error %d\n",
- obj, idx, rv);
+ if (bootverbose) {
+ printf("uiomove_object: vm_obj %p idx %jd "
+ "pager error %d\n", obj, idx, rv);
+ }
return (EIO);
}
VM_OBJECT_WUNLOCK(obj);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 24, 4:12 AM (15 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27211222
Default Alt Text
D37097.diff (496 B)
Attached To
Mode
D37097: tmpfs: for used pages, account really allocated pages, instead of file sizes
Attached
Detach File
Event Timeline
Log In to Comment