xfs: change a few labels in xfs_log_recover.c
authorAlex Elder <aelder@sgi.com>
Thu, 15 Apr 2010 18:17:26 +0000 (18:17 +0000)
committerAlex Elder <aelder@sgi.com>
Wed, 19 May 2010 14:58:13 +0000 (09:58 -0500)
commit9db127edb54048707eb84517eb0573e597a2370a
treeb8c9a1a0646305cd87fe41001460fbc7bbdf7706
parent8c38366f99f83a7fa441e0c0669fefc18615e005
xfs: change a few labels in xfs_log_recover.c

Rename a label used in xlog_find_head() that I thought was poorly
chosen.  Also combine two adjacent labels xlog_find_tail() into a
single label, and give it a more generic name.

(Now using Dave's suggested "validate_head" name for first label.)

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