Whamcloud - gitweb
fstype.c (identify_fs): New file which looks at the superblock
authorTheodore Ts'o <tytso@mit.edu>
Fri, 20 Jul 2001 00:38:53 +0000 (20:38 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 Jul 2001 00:38:53 +0000 (20:38 -0400)
commitda376f5a13af0648159c575cf50bf78df34056f9
tree26a10e44386e1f6e3d67991dd0f42817d3265b5a
parent55fd07ed0a5f4ed3dcc770526ee1ad3be967ac98
fstype.c (identify_fs): New file which looks at the superblock
of the filesystem to determines its type.

fsck.c (fsck_device, ignore, interpret_type): Call identify_fs
if the type specified in /etc/fstab is "auto".
misc/ChangeLog
misc/Makefile.in
misc/fsck.c
misc/fsck.h
misc/fstype.c [new file with mode: 0644]