[PATCH bpf-next 01/13] docs: net: Rename filter.txt to filter.rst

From: Tobin C. Harding
Date: Wed Aug 01 2018 - 01:09:41 EST


In preparation for conversion to RST format. Rename file in a single
commit to ease review.

Rename Documentation/networking/filter.txt to
Documentation/networking/filter.rst

Signed-off-by: Tobin C. Harding <me@xxxxxxxx>
---
Documentation/networking/00-INDEX | 2 --
Documentation/networking/{filter.txt => filter.rst} | 0
MAINTAINERS | 2 +-
3 files changed, 1 insertion(+), 3 deletions(-)
rename Documentation/networking/{filter.txt => filter.rst} (100%)

diff --git a/Documentation/networking/00-INDEX b/Documentation/networking/00-INDEX
index 1e5153ed8990..37c65b3a90be 100644
--- a/Documentation/networking/00-INDEX
+++ b/Documentation/networking/00-INDEX
@@ -78,8 +78,6 @@ eql.txt
- serial IP load balancing
fib_trie.txt
- Level Compressed Trie (LC-trie) notes: a structure for routing.
-filter.txt
- - Linux Socket Filtering
fore200e.txt
- FORE Systems PCA-200E/SBA-200E ATM NIC driver info.
framerelay.txt
diff --git a/Documentation/networking/filter.txt b/Documentation/networking/filter.rst
similarity index 100%
rename from Documentation/networking/filter.txt
rename to Documentation/networking/filter.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index fce04d747a1a..a95431e90ab9 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2746,7 +2746,7 @@ T: git git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git
Q: https://patchwork.ozlabs.org/project/netdev/list/?delegate=77147
S: Supported
F: arch/x86/net/bpf_jit*
-F: Documentation/networking/filter.txt
+F: Documentation/networking/filter.rst
F: Documentation/bpf/
F: include/linux/bpf*
F: include/linux/filter.h
--
2.17.1