From: Steven Whitehouse Date: Mon, 6 Jan 2014 12:49:43 +0000 (+0000) Subject: GFS2: Remember directory insert point X-Git-Tag: v3.14-rc1~140^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b47dad866d04f14c328f888ba5406057b8c7d33;p=pandora-kernel.git GFS2: Remember directory insert point When we look to see if there is enough space to add a dir entry without allocation, we have then been repeating the same search later when we do the actual insertion. This patch caches the details of the location in the gfs2_diradd structure, so that we do not have to repeat the search. This will provide a performance improvement which will be greater as the size of the directory increases. Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed