Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130632
b: refs/heads/master
c: 1da9ebd
h: refs/heads/master
v: v3
  • Loading branch information
Jaswinder Singh Rajput committed Jan 30, 2009
1 parent ed8bd39 commit 3142a66
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: 5d461bfebe4be9ae8d25d4570d4eaa415ca76f0f
refs/heads/master: 1da9ebd5abb2e960c4ca4d49f7587e6c76b16ac0
3 changes: 2 additions & 1 deletion trunk/include/linux/bfs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#ifndef _LINUX_BFS_FS_H
#define _LINUX_BFS_FS_H

#include <linux/types.h>

#define BFS_BSIZE_BITS 9
#define BFS_BSIZE (1<<BFS_BSIZE_BITS)

Expand All @@ -17,7 +19,6 @@
#define BFS_VDIR 2L
#define BFS_VREG 1L


/* BFS inode layout on disk */
struct bfs_inode {
__le16 i_ino;
Expand Down

0 comments on commit 3142a66

Please sign in to comment.