Revision b93cef556162b0f33399bfe5f307c54f51554e09 authored by Mark Brown on 02 December 2010, 16:25:43 UTC, committed by Samuel Ortiz on 22 December 2010, 11:05:22 UTC
Some newer device revisions add a second parent ID. Support this in
the device validity checks done at startup.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Cc: stable@kernel.org
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
1 parent 88aec4f
Raw File
Makefile
#
# Makefile for the Linux ufs filesystem routines.
#

obj-$(CONFIG_UFS_FS) += ufs.o

ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
	    namei.o super.o symlink.o truncate.o util.o
back to top