CVS log for xfs-linux/xfs_error.h

[BACK] Up to [Development] / xfs-linux

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: PreRelease-0_10


Revision 1.21 / (download) - annotate - [select for diffs], Mon Mar 12 19:36:49 2001 UTC (16 years, 7 months ago) by sandeen
Branch: MAIN
CVS Tags: Release-1_0_0, PreRelease-0_10, Linux-2_4_5-merge
Changes since 1.20: +3 -1 lines
Diff to previous 1.20 (colored)

Restructure xlog_state_do_callbacks to not use GOTOs to create a loop.
   When scanning the iclogs, always start over at log->l_iclog every time
   the log lock is released.  It now continues processing iclogs until
   all iclogs in DONE_SYNC or DO_CALLBACK state have been processed; this
   is a potential endless loop so print a console message if it seems to
   be caught in a loop.  However, if there is an I/O error on any iclog,
   only go through the iclogs exactly once.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>