commit | 01ba687577647beef6c5f2ea59bfb56fac9fcde2 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 11 23:34:27 2009 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:09 2009 -0400 |
tree | fadd888ca8568f3e373bda5b80857396cd79828a | |
parent | 4aa98cf768b6f2ea4b204620d949a665959214f6 [diff] |
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 <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>