diff options
author | Tony Luck <tony.luck@intel.com> | 2011-03-16 17:58:31 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-03-16 17:58:31 +0100 |
commit | afe997a183ecc0be72652c7a5ce2152bdf91724e (patch) | |
tree | 307ec69f546700d1aac7a9bc23853f6e4ae875a0 /fs/Kconfig | |
parent | Pull misc-2.6.39 into release branch (diff) | |
parent | pstore: fix build warning for unused return value from sysfs_create_file (diff) | |
download | linux-afe997a183ecc0be72652c7a5ce2152bdf91724e.tar.xz linux-afe997a183ecc0be72652c7a5ce2152bdf91724e.zip |
Pull pstorev4 into release branch
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 3db9caa57edc..efb7d4ec6fcf 100644 --- a/fs/Kconfig +++ b/fs/Kconfig @@ -187,6 +187,7 @@ source "fs/omfs/Kconfig" source "fs/hpfs/Kconfig" source "fs/qnx4/Kconfig" source "fs/romfs/Kconfig" +source "fs/pstore/Kconfig" source "fs/sysv/Kconfig" source "fs/ufs/Kconfig" source "fs/exofs/Kconfig" |