freebsd-dev/sys/fs
Rick Macklem 90cf38f22e Fix a bug introduced by r363001 for the ext_pgs case.
r363001 added support for ext_pgs mbufs to nfsm_uiombuf().
By inspection, I noticed that "mlen" was not set non-zero and, as such, there
would be an iteration of the loop that did nothing.
This patch sets it.
This bug would have no effect on the system, since the ext_pgs mbuf code
is not yet enabled.
2020-08-12 04:35:49 +00:00
..
autofs Silence down a warning which should really be a debug message. 2020-04-21 13:57:51 +00:00
cd9660 vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
cuse cuse: Stop checking for failures from malloc(M_WAITOK). 2020-07-23 14:03:37 +00:00
deadfs vfs: flatten vop vectors 2019-12-16 00:06:22 +00:00
devfs devfs: Abstract locking assertions 2020-08-12 00:32:31 +00:00
ext2fs vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
fdescfs vfs: drop the mostly unused flags argument from VOP_UNLOCK 2020-01-03 22:29:58 +00:00
fifofs Call pipeselwakeup() after toggling PIPE_EOF. 2020-04-27 15:59:07 +00:00
fuse vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
mntfs Add a new "mntfs" pseudo file system which provides private device vnodes for 2020-03-06 18:41:37 +00:00
msdosfs vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
nfs Add an argument to newnfs_connect() that indicates use TLS for the connection. 2020-08-11 00:26:45 +00:00
nfsclient Fix a bug introduced by r363001 for the ext_pgs case. 2020-08-12 04:35:49 +00:00
nfsserver Add an argument to newnfs_connect() that indicates use TLS for the connection. 2020-08-11 00:26:45 +00:00
nullfs nullfs: add missing VOP_STAT handling 2020-08-10 10:31:17 +00:00
procfs Retire procfs-based process debugging. 2020-04-01 19:22:09 +00:00
pseudofs vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
smbfs vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
tmpfs vfs: clean MNTK_FPLOOKUP if MNT_UNION is set 2020-08-10 11:51:21 +00:00
udf vfs: remove the obsolete privused argument from vaccess 2020-08-05 09:27:03 +00:00
unionfs Fix export_args ex_flags field so that is 64bits, the same as mnt_flags. 2020-06-14 00:10:18 +00:00