Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 28418
b: refs/heads/master
c: 87c199c
h: refs/heads/master
v: v3
  • Loading branch information
Tim Shimmin authored and Nathan Scott committed Jun 9, 2006
1 parent bcafe68 commit 98c82e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 714250879ea61cdb1a39bb96fe9d934ee0c669a2
refs/heads/master: 87c199c2a79220ac9e216e72d18a15148f84d9e0
4 changes: 2 additions & 2 deletions trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2000-2003,2005 Silicon Graphics, Inc.
* Copyright (c) 2000-2006 Silicon Graphics, Inc.
* All Rights Reserved.
*
* This program is free software; you can redistribute it and/or
Expand Down Expand Up @@ -1889,7 +1889,7 @@ xlog_recover_do_inode_buffer(

buffer_nextp = (xfs_agino_t *)xfs_buf_offset(bp,
next_unlinked_offset);
INT_SET(*buffer_nextp, ARCH_CONVERT, *logged_nextp);
*buffer_nextp = *logged_nextp;
}

return 0;
Expand Down

0 comments on commit 98c82e0

Please sign in to comment.