Diff for /xfs-linux/xfs_log_recover.c between versions 1.330 and 1.331

version 1.330, 2007/10/12 04:02:31 version 1.331, 2007/11/02 03:09:06
Line 293  xlog_recover_iodone( Line 293  xlog_recover_iodone(
  * Note that the algorithm can not be perfect because the disk will not   * Note that the algorithm can not be perfect because the disk will not
  * necessarily be perfect.   * necessarily be perfect.
  */   */
 int  STATIC int
 xlog_find_cycle_start(  xlog_find_cycle_start(
         xlog_t          *log,          xlog_t          *log,
         xfs_buf_t       *bp,          xfs_buf_t       *bp,
Line 986  exit: Line 986  exit:
  *      -1 => use *blk_no as the first block of the log   *      -1 => use *blk_no as the first block of the log
  *      >0 => error has occurred   *      >0 => error has occurred
  */   */
 int  STATIC int
 xlog_find_zeroed(  xlog_find_zeroed(
         xlog_t          *log,          xlog_t          *log,
         xfs_daddr_t     *blk_no)          xfs_daddr_t     *blk_no)

Removed from v.1.330  
changed lines
  Added in v.1.331


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