Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130015
b: refs/heads/master
c: 0b09eb3
h: refs/heads/master
i:
  130013: 6f366ed
  130011: f9b7ebd
  130007: 8778666
  129999: 9b42f78
  129983: 52ef34b
v: v3
  • Loading branch information
Alexey Dobriyan committed Jan 22, 2009
1 parent c900eed commit a2c7227
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 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: b08bac1f185b2281c3decb4f8e15e8f41f96e974
refs/heads/master: 0b09eb32985d5fbec567e83b18db3dec14d1fef9
28 changes: 1 addition & 27 deletions trunk/fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -206,33 +206,7 @@ source "fs/affs/Kconfig"
source "fs/ecryptfs/Kconfig"
source "fs/hfs/Kconfig"
source "fs/hfsplus/Kconfig"

config BEFS_FS
tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"
depends on BLOCK && EXPERIMENTAL
select NLS
help
The BeOS File System (BeFS) is the native file system of Be, Inc's
BeOS. Notable features include support for arbitrary attributes
on files and directories, and database-like indices on selected
attributes. (Also note that this driver doesn't make those features
available at this time). It is a 64 bit filesystem, so it supports
extremely large volumes and files.

If you use this filesystem, you should also say Y to at least one
of the NLS (native language support) options below.

If you don't know what this is about, say N.

To compile this as a module, choose M here: the module will be
called befs.

config BEFS_DEBUG
bool "Debug BeFS"
depends on BEFS_FS
help
If you say Y here, you can use the 'debug' mount option to enable
debugging output from the driver.
source "fs/befs/Kconfig"

config BFS_FS
tristate "BFS file system support (EXPERIMENTAL)"
Expand Down
26 changes: 26 additions & 0 deletions trunk/fs/befs/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
config BEFS_FS
tristate "BeOS file system (BeFS) support (read only) (EXPERIMENTAL)"
depends on BLOCK && EXPERIMENTAL
select NLS
help
The BeOS File System (BeFS) is the native file system of Be, Inc's
BeOS. Notable features include support for arbitrary attributes
on files and directories, and database-like indices on selected
attributes. (Also note that this driver doesn't make those features
available at this time). It is a 64 bit filesystem, so it supports
extremely large volumes and files.

If you use this filesystem, you should also say Y to at least one
of the NLS (native language support) options below.

If you don't know what this is about, say N.

To compile this as a module, choose M here: the module will be
called befs.

config BEFS_DEBUG
bool "Debug BeFS"
depends on BEFS_FS
help
If you say Y here, you can use the 'debug' mount option to enable
debugging output from the driver.

0 comments on commit a2c7227

Please sign in to comment.