]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
kclient: add to MAINTAINERS
authorSage Weil <sage@newdream.net>
Thu, 1 Oct 2009 20:16:28 +0000 (13:16 -0700)
committerSage Weil <sage@newdream.net>
Thu, 1 Oct 2009 20:16:28 +0000 (13:16 -0700)
src/kernel/import_patch_set_into_linux_git.sh
src/kernel/maintainers.patch [new file with mode: 0644]

index 16446e43927d506023bf335f657cd523ab30a7ee..9cc1e7c7c884fa9602f843cda454f1665f3dbba6 100755 (executable)
@@ -360,7 +360,9 @@ EOF
 git apply $cephtree/src/kernel/kbuild.patch
 git add $target/ceph/Makefile
 git add $target/ceph/Kconfig
-git commit -s -F - <<EOF $target/Kconfig $target/ceph/Kconfig $target/Makefile $target/ceph/Makefile
+git apply $cephtree/src/kernel/maintainers.patch
+git add MAINTAINERS
+git commit -s -F - <<EOF
 ceph: Kconfig, Makefile
 
 Kconfig options and Makefile.
diff --git a/src/kernel/maintainers.patch b/src/kernel/maintainers.patch
new file mode 100644 (file)
index 0000000..bfcdb10
--- /dev/null
@@ -0,0 +1,30 @@
+From a1a8d91bfa04cb0cbf8d30295cd19d849bff1a39 Mon Sep 17 00:00:00 2001
+From: Sage Weil <sage@newdream.net>
+Date: Thu, 1 Oct 2009 13:13:58 -0700
+Subject: [PATCH] ceph: add to MAINTAINERS
+
+---
+ MAINTAINERS |    7 +++++++
+ 1 files changed, 7 insertions(+), 0 deletions(-)
+
+diff --git a/MAINTAINERS b/MAINTAINERS
+index c450f3a..d1fa767 100644
+--- a/MAINTAINERS
++++ b/MAINTAINERS
+@@ -1294,6 +1294,13 @@ F:      arch/powerpc/include/asm/spu*.h
+ F:    arch/powerpc/oprofile/*cell*
+ F:    arch/powerpc/platforms/cell/
++CEPH DISTRIBUTED FILE SYSTEM CLIENT
++M:    Sage Weil <sage@newdream.net>
++L:    ceph-devel@lists.sourceforge.net
++W:    http://ceph.newdream.net/
++S:    Supported
++F:    fs/ceph
++
+ CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
+ M:    David Vrabel <david.vrabel@csr.com>
+ L:    linux-usb@vger.kernel.org
+-- 
+1.5.6.5
+