From: Miklos Szeredi Date: Tue, 10 Aug 2010 09:41:39 +0000 (+0200) Subject: vfs: add prepend_path() helper X-Git-Tag: v2.6.36-rc1~96^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2eb6575d5beba1e98d400463007d77555d1fc35;p=pandora-kernel.git vfs: add prepend_path() helper Split off prepend_path() from __d_path(). This new helper takes an end-of-buffer pointer and buffer-length pointer just like the other prepend_* functions. Move the " (deleted)" postfix out to __d_path(). This patch doesn't change any functionality but paves the way for the following patches. Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed