diff options
author | 2024-06-24 17:14:16 -0400 | |
---|---|---|
committer | 2024-07-08 14:10:06 -0400 | |
commit | f436833a3dc1d767aa754010bc8e6f341dba2544 (patch) | |
tree | 2152ceaadd01923fd3513ee1b0be6b7b0346c81b | |
parent | nfsd: new netlink ops to get/set server pool_mode (diff) | |
download | wireguard-linux-f436833a3dc1d767aa754010bc8e6f341dba2544.tar.xz wireguard-linux-f436833a3dc1d767aa754010bc8e6f341dba2544.zip |
MAINTAINERS: Add a bugzilla link for NFSD
I recently found out about B: for noting where subsystem bugs can be
filed. I do pay attention to bugzilla.kernel.org. The Linux NFS
community has decided to steer kernel NFS issues to the kernel.org
bugzilla instead of bugzilla.linux-nfs.org.
Remove the W: entry; the sourceforge information is stale and
unmaintained.
Cc: Thorsten Leemhuis <linux@leemhuis.info>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Diffstat (limited to '')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index da5352dbd4f3..93238316b6c0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11979,7 +11979,7 @@ R: Dai Ngo <Dai.Ngo@oracle.com> R: Tom Talpey <tom@talpey.com> L: linux-nfs@vger.kernel.org S: Supported -W: http://nfs.sourceforge.net/ +B: https://bugzilla.kernel.org T: git git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git F: Documentation/filesystems/nfs/ F: fs/lockd/ |