From 1af730352d74056992d66baa521277887bc68d76 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 21 Sep 2009 16:26:50 -0700 Subject: [PATCH] kclient: include ioctl-number doc file in patch set --- src/kernel/import_patch_set_into_linux_git.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kernel/import_patch_set_into_linux_git.sh b/src/kernel/import_patch_set_into_linux_git.sh index ae64aa21e78bc..ee5cc3706a760 100755 --- a/src/kernel/import_patch_set_into_linux_git.sh +++ b/src/kernel/import_patch_set_into_linux_git.sh @@ -327,6 +327,7 @@ filehandle that will be valid forever, so this is of limited utility. EOF git apply $cephtree/src/kernel/ioctl-number.patch +git add Documentation/ioctl/ioctl-number.txt git add $target/ceph/ioctl.h git add $target/ceph/ioctl.c git commit -s -F - <