Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150565514
D19737.id55729.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
379 B
Referenced Files
None
Subscribers
None
D19737.id55729.diff
View Options
Index: head/sys/fs/tmpfs/tmpfs_subr.c
===================================================================
--- head/sys/fs/tmpfs/tmpfs_subr.c
+++ head/sys/fs/tmpfs/tmpfs_subr.c
@@ -218,6 +218,8 @@
*/
return (EBUSY);
}
+ if ((mp->mnt_kern_flag & MNT_RDONLY) != 0)
+ return (EROFS);
nnode = (struct tmpfs_node *)uma_zalloc_arg(tmp->tm_node_pool, tmp,
M_WAITOK);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 3, 10:18 AM (3 m, 1 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30753328
Default Alt Text
D19737.id55729.diff (379 B)
Attached To
Mode
D19737: Handle ro remount of tmpfs rw mount.
Attached
Detach File
Event Timeline
Log In to Comment