From: Sage Weil Date: Mon, 27 Oct 2008 18:31:38 +0000 (-0700) Subject: kclient: clean out when generating patches X-Git-Tag: v0.5~184 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e63791be8ee1446cc03ebadf14529355dc33ebf2;p=ceph.git kclient: clean out when generating patches --- diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index 04b8d722ce13..cd0cc1257eb9 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -266,6 +266,6 @@ EOF # build the patch files mkdir out -rm out/ +rm out/* git-format-patch -o out -n series_start..HEAD git diff --stat series_start > out/diffstat \ No newline at end of file