Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250110
b: refs/heads/master
c: f68e542
h: refs/heads/master
v: v3
  • Loading branch information
OGAWA Hirofumi committed Apr 12, 2011
1 parent 3543bb7 commit 2dc45f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 869f58c0cdba3ae6880ab6113617e62672198773
refs/heads/master: f68e542f3478147986a9c8958942ec649dc06201
3 changes: 2 additions & 1 deletion trunk/fs/fat/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -581,7 +581,8 @@ static int fat_statfs(struct dentry *dentry, struct kstatfs *buf)
buf->f_bavail = sbi->free_clusters;
buf->f_fsid.val[0] = (u32)id;
buf->f_fsid.val[1] = (u32)(id >> 32);
buf->f_namelen = sbi->options.isvfat ? FAT_LFN_LEN : 12;
buf->f_namelen =
(sbi->options.isvfat ? FAT_LFN_LEN : 12) * NLS_MAX_CHARSET_SIZE;

return 0;
}
Expand Down

0 comments on commit 2dc45f7

Please sign in to comment.