From: Christoph Hellwig Date: Mon, 11 May 2009 21:34:27 +0000 (+0200) Subject: jffs2: move jffs2_write_super to super.c X-Git-Tag: v2.6.31-rc1~375^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01ba687577647beef6c5f2ea59bfb56fac9fcde2;p=pandora-kernel.git jffs2: move jffs2_write_super to super.c jffs2_write_super is only called from super.c and doesn't use any functionality from fs.c. So move it over to super.c and make it static there. [should go in through the vfs tree as it is a requirement for the next patch] Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed