Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29773
b: refs/heads/master
c: 3e8c54f
h: refs/heads/master
i:
  29771: 3816649
v: v3
  • Loading branch information
Jan Engelhardt authored and Linus Torvalds committed Jun 25, 2006
1 parent 6617424 commit ca780c9
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: 2b94895b9281976cf2a0f2f89bf41ee219742235
refs/heads/master: 3e8c54fad89144b8d63cc41619f363df1ec7cc42
3 changes: 2 additions & 1 deletion trunk/include/linux/fuse.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
/* This file defines the kernel interface of FUSE */

#include <asm/types.h>
#include <linux/major.h>

/** Version number of this interface */
#define FUSE_KERNEL_VERSION 7
Expand All @@ -20,7 +21,7 @@
#define FUSE_ROOT_ID 1

/** The major number of the fuse character device */
#define FUSE_MAJOR 10
#define FUSE_MAJOR MISC_MAJOR

/** The minor number of the fuse character device */
#define FUSE_MINOR 229
Expand Down

0 comments on commit ca780c9

Please sign in to comment.