From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============0626423469949735564==" MIME-Version: 1.0 From: Harris, James R Subject: Re: [SPDK] Git submodule dirty Date: Tue, 07 Aug 2018 14:32:39 +0000 Message-ID: <6E8DF4F0-A189-44DD-B127-42F50AC51184@intel.com> In-Reply-To: 21E5B7AF-9E53-4E58-BA3D-84E217F88F72@gmail.com List-ID: To: spdk@lists.01.org --===============0626423469949735564== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable It=E2=80=99s probably the rsync into the VM. These files are symlinks in DP= DK but by default rsync will not preserve the symlink but copy the backing = file instead. git is detecting that the file type has changed. = Sent from my iPhone > On Aug 7, 2018, at 7:16 AM, John Meneghini = wrote: > = > Has anyone seen this problem before? > = > After updating the master branch I see that my dpdk submodule is dirty. > = > Fedora:vagrant:spdk(vagrant_hugepgs) > git status > On branch vagrant_hugepgs > Changes not staged for commit: > (use "git add ..." to update what will be committed) > (use "git checkout -- ..." to discard changes in working directory) > (commit or discard the untracked or modified content in submodules) > = > modified: dpdk (modified content) > = > no changes added to commit (use "git add" and/or "git commit -a") > = > Fedora:vagrant:spdk(vagrant_hugepgs) > git diff > diff --git a/dpdk b/dpdk > --- a/dpdk > +++ b/dpdk > @@ -1 +1 @@ > -Subproject commit b6ae5bcff6ca09a7e1536eaa449aa6f4e704a6d9 > +Subproject commit b6ae5bcff6ca09a7e1536eaa449aa6f4e704a6d9-dirty > = > Fedora:vagrant:spdk(vagrant_hugepgs) > cd dpdk > Fedora:vagrant:dpdk((b6ae5bcff...)) > git status > HEAD detached at b6ae5bcff > Changes not staged for commit: > (use "git add ..." to update what will be committed) > (use "git checkout -- ..." to discard changes in working directory) > = > typechange: app/test-bbdev/turbo_dec_default.data > typechange: app/test-bbdev/turbo_enc_default.data > = > More at: > = > https://stackoverflow.com/questions/4873980/git-diff-says-subproject-is-d= irty > = > = > John Meneghini > john.a.meneghini(a)gmail.com > = > = > = > _______________________________________________ > SPDK mailing list > SPDK(a)lists.01.org > https://lists.01.org/mailman/listinfo/spdk --===============0626423469949735564==--