FreeBSD Bugzilla – Attachment 15166 Details for
Bug 28206
[nullfs] [patch] umapfs/umap_vfsops.c should depend on nullfs [5.0-CURRENT]
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 818 bytes, created by
kabaev
on 2001-06-16 22:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kabaev
Created:
2001-06-16 22:50:00 UTC
Size:
818 bytes
patch
obsolete
>Index: nullfs/null_vfsops.c >=================================================================== >RCS file: /home/ncvs/src/sys/fs/nullfs/null_vfsops.c,v >retrieving revision 1.49 >diff -u -u -r1.49 null_vfsops.c >--- nullfs/null_vfsops.c 2001/06/13 18:58:11 1.49 >+++ nullfs/null_vfsops.c 2001/06/16 21:31:47 >@@ -423,3 +423,4 @@ > }; > > VFS_SET(null_vfsops, nullfs, VFCF_LOOPBACK); >+MODULE_VERSION(nullfs, 1); >Index: umapfs/umap_vfsops.c >=================================================================== >RCS file: /home/ncvs/src/sys/fs/umapfs/umap_vfsops.c,v >retrieving revision 1.40 >diff -u -u -r1.40 umap_vfsops.c >--- umapfs/umap_vfsops.c 2001/05/24 15:20:11 1.40 >+++ umapfs/umap_vfsops.c 2001/06/16 21:14:09 >@@ -452,3 +452,4 @@ > }; > > VFS_SET(umap_vfsops, umapfs, VFCF_LOOPBACK); >+MODULE_DEPEND(umapfs, nullfs, 1, 1, 1);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28206
: 15166