From mboxrd@z Thu Jan 1 00:00:00 1970 From: Steven Whitehouse Date: Tue, 10 May 2011 13:47:48 +0100 Subject: [Cluster-devel] GFS2 -nmw tree Message-ID: <1305031668.2839.12.camel@menhir> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I pushed the patch set tidying up the link counts and merging inode.c and ops_inode.c this morning. However, since I checked the tree out again, I spotted that git has done a funny with the resulting files. It looks like if you do: git rm a git mv b a git commit -a Then you land up with _both_ of a and b missing. The patch displayed ok in the web interface, and appeared to show the right outcome, but the "b" (in this case fs/gfs2/inode.c) was missing from the resulting tree. So I've just done a quick update splitting the final patch in the series into two, which has fixed the problem. Sorry about that, if it has caused any confusion. It is exactly the same changes, but now split over two patches, Steve.