Revision 9125aeb3e2fe278ac70fda039a3c0cd7f05eb800 authored by Linus Torvalds on 07 May 2016, 15:27:35 UTC, committed by Linus Torvalds on 07 May 2016, 15:27:35 UTC
Pull ARM fixes from Russell King:
 "These are a number of updates to fix a few problems found in the ARM
  nommu code over the last couple of years, caused mostly by changes on
  the mmu side"

* 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm:
  ARM: 8573/1: domain: move {set,get}_domain under config guard
  ARM: 8572/1: nommu: change memory reserve for the vectors
  ARM: 8571/1: nommu: fix PMSAv7 setup
2 parent s 67601c3 + ec953b7
Raw File
Kconfig
config LOGFS
	tristate "LogFS file system"
	depends on MTD || (!MTD && BLOCK)
	select ZLIB_INFLATE
	select ZLIB_DEFLATE
	select CRC32
	select BTREE
	help
	  Flash filesystem aimed to scale efficiently to large devices.
	  In comparison to JFFS2 it offers significantly faster mount
	  times and potentially less RAM usage, although the latter has
	  not been measured yet.

	  In its current state it is still very experimental and should
	  not be used for other than testing purposes.

	  If unsure, say N.
back to top