Re: CIFS fixes
From: Linus Torvalds <torvalds@linux-foundation.org>
Date: 2016-06-15 22:44:35
On Sun, 11 May 2008, Steve French wrote:
The rebase did fix up the obsolete commits ... but I still get the "warn: No branch of ..." message. I think that will go away when there is another newer commit in your tree. It doesn't seem to be a problem - the list of commits is right. See below:
No, see the warnings - they tell you exactly what the problem is:
[sfrench@hera cifs-2.6]$ git-request-pull origin git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git warn: No branch of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git is at: warn: e691b9d: [CIFS] don't allow demultiplex thread to exit until kthread_stop is called warn: Are you sure you pushed HEAD there?
In other words: you didn't push the thing out to your public tree, so it says: "warn: Are you sure you pushed HEAD there?" IOW, if I were to pull, I wouldn't actually get any of it, because you didn't push it out yet, which is why it says it hasn't been verified! Linus