Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24083
b: refs/heads/master
c: e2d53f9
h: refs/heads/master
i:
  24081: fc70119
  24079: cc23795
v: v3
  • Loading branch information
Takashi Sato authored and Linus Torvalds committed Mar 26, 2006
1 parent eff6bef commit 6f476e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: 5515eff811cb807f0d3221a6e8cc223c7850d205
refs/heads/master: e2d53f9525790dfacbcf09f359536311d3913d98
10 changes: 5 additions & 5 deletions trunk/include/linux/statfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
struct kstatfs {
long f_type;
long f_bsize;
sector_t f_blocks;
sector_t f_bfree;
sector_t f_bavail;
sector_t f_files;
sector_t f_ffree;
u64 f_blocks;
u64 f_bfree;
u64 f_bavail;
u64 f_files;
u64 f_ffree;
__kernel_fsid_t f_fsid;
long f_namelen;
long f_frsize;
Expand Down

0 comments on commit 6f476e7

Please sign in to comment.