Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47918
b: refs/heads/master
c: eb58570
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Linus Torvalds committed Feb 12, 2007
1 parent c4e9128 commit 1d07142
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 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: 944be0b224724fcbf63c3a3fe3a5478c325a6547
refs/heads/master: eb5857084c8d27764b842025e4c805b174e40cad
1 change: 1 addition & 0 deletions trunk/include/linux/Kbuild
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ unifdef-y += tty.h
unifdef-y += types.h
unifdef-y += udf_fs_i.h
unifdef-y += udp.h
unifdef-y += ufs_fs.h
unifdef-y += uinput.h
unifdef-y += uio.h
unifdef-y += unistd.h
Expand Down
4 changes: 3 additions & 1 deletion trunk/include/linux/ufs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,10 @@ typedef __u32 __bitwise __fs32;
typedef __u16 __bitwise __fs16;
#endif

#ifdef __KERNEL__
#include <linux/ufs_fs_i.h>
#include <linux/ufs_fs_sb.h>
#endif

#define UFS_BBLOCK 0
#define UFS_BBSIZE 8192
Expand Down Expand Up @@ -303,7 +305,7 @@ typedef __u16 __bitwise __fs16;
#define UFS_MAXMNTLEN 512
#define UFS2_MAXMNTLEN 468
#define UFS2_MAXVOLLEN 32
/* #define UFS_MAXCSBUFS 31 */
#define UFS_MAXCSBUFS 31
#define UFS_LINK_MAX 32000
/*
#define UFS2_NOCSPTRS ((128 / sizeof(void *)) - 4)
Expand Down
1 change: 0 additions & 1 deletion trunk/include/linux/ufs_fs_sb.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
struct ufs_sb_private_info;
struct ufs_cg_private_info;
struct ufs_csum;
#define UFS_MAXCSBUFS 31

struct ufs_sb_info {
struct ufs_sb_private_info * s_uspi;
Expand Down

0 comments on commit 1d07142

Please sign in to comment.