]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: minor odds and ends in xfs_log_recover.c
authorAlex Elder <aelder@sgi.com>
Thu, 15 Apr 2010 18:17:34 +0000 (18:17 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:14 +0000 (09:58 -0500)
commitaa496acb04155d1c4dd774f6582596f73c6b5778
tree78ade96089353117fbcacd2a2e7297af9e652115
parent375a47ad9784fd16de89c21001ded539ef7fe183
xfs: minor odds and ends in xfs_log_recover.c

Odds and ends in "xfs_log_recover.c".  This patch just contains some
minor things that didn't seem to warrant their own individual
patches:
- In xlog_bread_noalign(), drop an assertion that a pointer is
  non-null (the crash will tell us it was a bad pointer).
- Add a more descriptive header comment for xlog_find_verify_cycle().
- Make a few additions to the comments in xlog_find_head().  Also
  rearrange some expressions in a few spots to produce the same
  result, but in a way that seems more clear what's being computed.

(Updated in response to Dave's review comments.  Note I did not
split this patch like I said I would.)

Signed-off-by: Alex Elder <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_log_recover.c