Commit 0f9ba494 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] jffs statfs fix

From: Josh Boyer <jwboyer@charter.net>

jffs was missed in the statfs64 conversions.
parent e53988f7
...@@ -383,7 +383,7 @@ jffs_new_inode(const struct inode * dir, struct jffs_raw_inode *raw_inode, ...@@ -383,7 +383,7 @@ jffs_new_inode(const struct inode * dir, struct jffs_raw_inode *raw_inode,
/* Get statistics of the file system. */ /* Get statistics of the file system. */
int int
jffs_statfs(struct super_block *sb, struct statfs *buf) jffs_statfs(struct super_block *sb, struct kstatfs *buf)
{ {
struct jffs_control *c = (struct jffs_control *) sb->s_fs_info; struct jffs_control *c = (struct jffs_control *) sb->s_fs_info;
struct jffs_fmcontrol *fmc; struct jffs_fmcontrol *fmc;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment