Source-Changes-D archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/ufs
On Sun, 16 Jun 2019, Paul Goyette wrote:
Hmmm, I wonder why this is needed?
I have NO built-in filesystems in my custom kernel, and it has not had any
linkage problems in many years.
# modstat | grep vfs
ffs vfs boot - 0 - wapbl
kernfs vfs filesys a 0 - -
null vfs filesys a 0 - layerfs
procfs vfs filesys a 0 - ptrace_common
ptyfs vfs filesys a 0 - -
tmpfs vfs filesys a 0 - -
wapbl vfs boot - 1 - -
#
In any case, since these files will now be included in kernels that
don't have the relevant file systems, you should also update the
various sys/modules/*fs/Makefile to not include these files in the
modules.
And, since you've rearranged where these things live, you should
also probably bump the kernel version...
:)
On Sun, 16 Jun 2019, Christos Zoulas wrote:
Module Name: src
Committed By: christos
Date: Sun Jun 16 22:43:33 UTC 2019
Modified Files:
src/sys/ufs: files.ufs
Log Message:
Include the fs scaffolding when none of the ffs/mfs/ext2fs/chfs is included
so a MODULAR kernel links.
To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/sys/ufs/files.ufs
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
!DSPAM:5d06c65790118679131813!
+--------------------+--------------------------+-----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost |
+--------------------+--------------------------+-----------------------+
+--------------------+--------------------------+-----------------------+
| Paul Goyette | PGP Key fingerprint: | E-mail addresses: |
| (Retired) | FA29 0E3B 35AF E8AE 6651 | paul%whooppee.com@localhost |
| Software Developer | 0786 F758 55DE 53BA 7731 | pgoyette%netbsd.org@localhost |
+--------------------+--------------------------+-----------------------+
Home |
Main Index |
Thread Index |
Old Index