git: 00f85e3f264d - stable/12 - nfs client: depend on xdr

Konstantin Belousov kib at FreeBSD.org
Sat May 1 00:39:22 UTC 2021


The branch stable/12 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=00f85e3f264d665b30f0ce2ad98a12b15802dd65

commit 00f85e3f264d665b30f0ce2ad98a12b15802dd65
Author:     Konstantin Belousov <kib at FreeBSD.org>
AuthorDate: 2021-04-13 11:47:20 +0000
Commit:     Konstantin Belousov <kib at FreeBSD.org>
CommitDate: 2021-05-01 00:38:30 +0000

    nfs client: depend on xdr
    
    (cherry picked from commit 8cca7b7f28feaf0c5e2dfedb985ae334a4013ef6)
---
 sys/fs/nfsclient/nfs_clvfsops.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/fs/nfsclient/nfs_clvfsops.c b/sys/fs/nfsclient/nfs_clvfsops.c
index 348a64abc11b..754f370a04de 100644
--- a/sys/fs/nfsclient/nfs_clvfsops.c
+++ b/sys/fs/nfsclient/nfs_clvfsops.c
@@ -151,7 +151,7 @@ MODULE_VERSION(nfs, 1);
 MODULE_DEPEND(nfs, nfscommon, 1, 1, 1);
 MODULE_DEPEND(nfs, krpc, 1, 1, 1);
 MODULE_DEPEND(nfs, nfssvc, 1, 1, 1);
-MODULE_DEPEND(nfs, nfslock, 1, 1, 1);
+MODULE_DEPEND(nfs, xdr, 1, 1, 1);
 
 /*
  * This structure is now defined in sys/nfs/nfs_diskless.c so that it


More information about the dev-commits-src-all mailing list