https://github.com/torvalds/linux
Revision 32240a913d9f3a5aad42175d7696590ea1bfdb08 authored by Jan Schmidt on 20 November 2011, 12:33:38 UTC, committed by Chris Mason on 20 November 2011, 12:42:14 UTC
My previous patch introduced some u64 for failed_mirror variables, this one
makes it consistent again.

Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
1 parent 745c4d8
Raw File
Tip revision: 32240a913d9f3a5aad42175d7696590ea1bfdb08 authored by Jan Schmidt on 20 November 2011, 12:33:38 UTC
btrfs: mirror_num should be int, not u64
Tip revision: 32240a9
Kconfig
config OMFS_FS
	tristate "SonicBlue Optimized MPEG File System support"
	depends on BLOCK
	select CRC_ITU_T
	help
	  This is the proprietary file system used by the Rio Karma music
	  player and ReplayTV DVR.  Despite the name, this filesystem is not
	  more efficient than a standard FS for MPEG files, in fact likely
	  the opposite is true.  Say Y if you have either of these devices
	  and wish to mount its disk.

	  To compile this file system support as a module, choose M here: the
	  module will be called omfs.  If unsure, say N.
back to top