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.
--- /dev/null
+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
+