]> git.neil.brown.name Git - LaFS.git/commit
inode_orphan: convert do-while to a normal while.
authorNeilBrown <neilb@suse.de>
Thu, 10 Jun 2010 06:24:05 +0000 (16:24 +1000)
committerNeilBrown <neilb@suse.de>
Sun, 13 Jun 2010 07:20:00 +0000 (17:20 +1000)
commit4a4f3eb8d6f6b1b8f3d03fe83bb72a133ac57ee9
treedc16563e159aa513a3906d806b179b20d553540c
parentfcdcb2b2806b5b3a01306eaf4637bb701899b8a9
inode_orphan: convert do-while to a normal while.

The justification for the do-while has long since gone,
so use a more natural while loop.

Signed-off-by: NeilBrown <neilb@suse.de>
inode.c