Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116000
b: refs/heads/master
c: 75caf6b
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Aug 18, 2008
1 parent 2bd8a85 commit 5fdd062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ee991dd343df57910ff6947696afada9f02bf7e
refs/heads/master: 75caf6b5acc6b895df9bdd36db631220e1096e9f
2 changes: 2 additions & 0 deletions trunk/fs/jffs2/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,8 @@ int jffs2_statfs(struct dentry *dentry, struct kstatfs *buf)
buf->f_files = 0;
buf->f_ffree = 0;
buf->f_namelen = JFFS2_MAX_NAME_LEN;
buf->f_fsid.val[0] = JFFS2_SUPER_MAGIC;
buf->f_fsid.val[1] = c->mtd->index;

spin_lock(&c->erase_completion_lock);
avail = c->dirty_size + c->free_size;
Expand Down

0 comments on commit 5fdd062

Please sign in to comment.