Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19642
b: refs/heads/master
c: 9d923a0
h: refs/heads/master
v: v3
  • Loading branch information
Andreas Schwab authored and Linus Torvalds committed Feb 3, 2006
1 parent bdce4bb commit 5964e37
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: 90cbc45b1d8a81e661a981ddd69f95d6915f1574
refs/heads/master: 9d923a0603b5909a6758cfaec503955775cb7ab1
10 changes: 5 additions & 5 deletions trunk/include/linux/ufs_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,11 @@ typedef __u16 __bitwise __fs16;
#define UFS_USEEFT ((__u16)65535)

#define UFS_FSOK 0x7c269d38
#define UFS_FSACTIVE ((char)0x00)
#define UFS_FSCLEAN ((char)0x01)
#define UFS_FSSTABLE ((char)0x02)
#define UFS_FSOSF1 ((char)0x03) /* is this correct for DEC OSF/1? */
#define UFS_FSBAD ((char)0xff)
#define UFS_FSACTIVE ((__s8)0x00)
#define UFS_FSCLEAN ((__s8)0x01)
#define UFS_FSSTABLE ((__s8)0x02)
#define UFS_FSOSF1 ((__s8)0x03) /* is this correct for DEC OSF/1? */
#define UFS_FSBAD ((__s8)0xff)

/* From here to next blank line, s_flags for ufs_sb_info */
/* directory entry encoding */
Expand Down

0 comments on commit 5964e37

Please sign in to comment.