diff options
author | wdenk <wdenk> | 2004-01-03 21:24:46 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-03 21:24:46 +0000 |
commit | dd875c767e6fb0f4fecfb799b706d84562a7acee (patch) | |
tree | b008f2786749b0a6455d2de9a01146e0ee6453b2 /fs/jffs2 | |
parent | c935d3bd8b1c7f681ad58e64bd0548e1b26a7d2f (diff) |
* Patch by Robert Schwebel, 15 Dec 2003:
add support for cramfs (uses JFFS2 command interface)
Diffstat (limited to 'fs/jffs2')
-rw-r--r-- | fs/jffs2/jffs2_1pass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index e6d7d3d9676..fb69beeaadc 100644 --- a/fs/jffs2/jffs2_1pass.c +++ b/fs/jffs2/jffs2_1pass.c @@ -106,8 +106,8 @@ * * You still should have paper bags at hand :-(. The code lacks more or less * any comment, and is still arcane and difficult to read in places. As this - * is incompatible with any new code from the jffs2 maintainers anyway, it - * should probably be dumped and replaced by something like jffs2reader! + * might be incompatible with any new code from the jffs2 maintainers anyway, + * it should probably be dumped and replaced by something like jffs2reader! */ |