Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147958
b: refs/heads/master
c: 151060a
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Miklos Szeredi committed Jun 9, 2009
1 parent 78d3e82 commit d8cf1bd
Show file tree
Hide file tree
Showing 5 changed files with 653 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 08cbf542bf24fb0481a54526b177347ae4046f5e
refs/heads/master: 151060ac13144208bd7601d17e4c92c59b98072f
10 changes: 10 additions & 0 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ source "fs/autofs/Kconfig"
source "fs/autofs4/Kconfig"
source "fs/fuse/Kconfig"

config CUSE
tristate "Character device in Userpace support"
depends on FUSE_FS
help
This FUSE extension allows character devices to be
implemented in userspace.

If you want to develop or use userspace character device
based on CUSE, answer Y or M.

config GENERIC_ACL
bool
select FS_POSIX_ACL
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/fuse/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
#

obj-$(CONFIG_FUSE_FS) += fuse.o
obj-$(CONFIG_CUSE) += cuse.o

fuse-objs := dev.o dir.o file.o inode.o control.o
Loading

0 comments on commit d8cf1bd

Please sign in to comment.