commit | 8e8a4603b5422c9145880e73b23bc4c2c4de0098 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Fri Feb 01 11:59:09 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Fri Apr 18 08:56:02 2008 -0700 |
tree | 4d388ae74ed9e5f8cfec19ff20d07d81ca742592 | |
parent | 4b119e21d0c66c22e8ca03df05d9de623d0eb50f [diff] |
ocfs2: Move slot map access into slot_map.c journal.c and dlmglue.c would refresh the slot map by hand. Instead, have the update and clear functions do the work inside slot_map.c. The eventual result is to make ocfs2_slot_info defined privately in slot_map.c Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>