From: Steven Whitehouse Date: Mon, 9 May 2011 12:30:08 +0000 (+0100) Subject: GFS2: When adding a new dir entry, inc link count if it is a subdir X-Git-Tag: v3.0-rc1~384^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d6ecb7d16fd4248fce58387a982a0756ad3fcc2;p=pandora-kernel.git GFS2: When adding a new dir entry, inc link count if it is a subdir This adds an increment of the link count when we add a new directory entry, if that entry is itself a directory. This means that we no longer need separate code to perform this operation. Now that both adding and removing directory entries automatically update the parent directory's link count if required, that makes the code shorter and simpler than before. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed