This fixes the immediate core dump in xfs_logprint.
Modid: 2.4.0-test1-xfs:slinx:65222a
Date: Mon Jun 26 23:46:06 PDT 2000
Workarea: snort:/build4/nathans/2.4.0-test1-xfs
Author: nathans
The following file(s) were checked into:
bonnie.engr.sgi.com:/isms/slinx/2.4.0-test1-xfs
cmd/xfs/logprint/log_misc.c - 1.59
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/cmd/xfs/logprint/log_misc.c.diff?r1=text&tr1=1.59&r2=text&tr2=1.58&f=h
- remove some no longer needed headers, remove _KERNEL games, define
__USE_LARGEFILE64 so lseek64 works. remove unused xlog_find_head
code.
linux/fs/xfs/xfs_da_btree.c - 1.109
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_da_btree.c.diff?r1=text&tr1=1.109&r2=text&tr2=1.108&f=h
- remove unused xfs_da_bwrite routine. fix typo in a comment.
linux/fs/xfs/xfs_da_btree.h - 1.39
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_da_btree.h.diff?r1=text&tr1=1.39&r2=text&tr2=1.38&f=h
- remove unused xfs_da_bwrite routine.
linux/fs/xfs/xfs_log_priv.h - 1.73
http://oss.sgi.com/cgi-bin/cvsweb.cgi/linux-2.4-xfs/linux/fs/xfs/xfs_log_priv.h.diff?r1=text&tr1=1.73&r2=text&tr2=1.72&f=h
- fix broken use of _KERNEL which was causing logprint to pick up the
wrong xlog_panic/warn/exit routines.
|