From: Al Viro Date: Fri, 25 Oct 2013 21:04:27 +0000 (-0400) Subject: fold try_to_ascend() into the sole remaining caller X-Git-Tag: v3.13-rc1~26^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31dec1327e377b6d91a8a6c92b5cd8513939a233;p=pandora-kernel.git fold try_to_ascend() into the sole remaining caller There used to be a bunch of tree-walkers in dcache.c, all alike. try_to_ascend() had been introduced to abstract a piece of logics duplicated in all of them. These days all these tree-walkers are implemented via the same iterator (d_walk()), which is the only remaining caller of try_to_ascend(), so let's fold it back... Signed-off-by: Al Viro --- Reading git-diff-tree failed