Skip to content

Commit

Permalink
ocfs2: Remove EXPERIMENTAL dependency
Browse files Browse the repository at this point in the history
Things have been working pretty well for a while now.

We should've probably done this at least one kernel
revision ago, but it doesn't hurt to be paranoid.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
  • Loading branch information
Mark Fasheh committed Sep 20, 2006
1 parent aa95887 commit 02ed841
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -325,8 +325,8 @@ config FS_POSIX_ACL
source "fs/xfs/Kconfig"

config OCFS2_FS
tristate "OCFS2 file system support (EXPERIMENTAL)"
depends on NET && SYSFS && EXPERIMENTAL
tristate "OCFS2 file system support"
depends on NET && SYSFS
select CONFIGFS_FS
select JBD
select CRC32
Expand Down

0 comments on commit 02ed841

Please sign in to comment.