Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 175293
b: refs/heads/master
c: ad888a1
h: refs/heads/master
i:
  175291: 9e7341f
v: v3
  • Loading branch information
Jan Blunck authored and Jan Kara committed Dec 10, 2009
1 parent 27307cd commit 96610d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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: c56818d7dc976a7392be82e8e04fe26347d591f3
refs/heads/master: ad888a1f07a72fc7d19286b4ce5c154172a06eed
16 changes: 8 additions & 8 deletions trunk/include/linux/ext2_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -565,14 +565,14 @@ struct ext2_dir_entry_2 {
* other bits are reserved for now.
*/
enum {
EXT2_FT_UNKNOWN,
EXT2_FT_REG_FILE,
EXT2_FT_DIR,
EXT2_FT_CHRDEV,
EXT2_FT_BLKDEV,
EXT2_FT_FIFO,
EXT2_FT_SOCK,
EXT2_FT_SYMLINK,
EXT2_FT_UNKNOWN = 0,
EXT2_FT_REG_FILE = 1,
EXT2_FT_DIR = 2,
EXT2_FT_CHRDEV = 3,
EXT2_FT_BLKDEV = 4,
EXT2_FT_FIFO = 5,
EXT2_FT_SOCK = 6,
EXT2_FT_SYMLINK = 7,
EXT2_FT_MAX
};

Expand Down

0 comments on commit 96610d1

Please sign in to comment.