From bc9b863f8ea799a0156ddbba4ee92d9787b1645b Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 5 Oct 2009 16:46:32 -0700 Subject: [PATCH] kclient: include fs/{Kconfig,Makefile} in patchset --- src/kernel/import_patch_set_into_linux_git.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index 9cc1e7c7c884f..882c4bcccac4f 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -360,6 +360,8 @@ EOF git apply $cephtree/src/kernel/kbuild.patch git add $target/ceph/Makefile git add $target/ceph/Kconfig +git add $target/Kconfig +git add $target/Makefile git apply $cephtree/src/kernel/maintainers.patch git add MAINTAINERS git commit -s -F - <