]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Move slot map access into slot_map.c
authorMark Fasheh <mfasheh@suse.com>
Fri, 1 Feb 2008 19:59:09 +0000 (11:59 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:02 +0000 (08:56 -0700)
commit20f77e4760f74a0ec4f5741db0a9a8d172b8c496
tree4d388ae74ed9e5f8cfec19ff20d07d81ca742592
parent4191dc6cdccbb677a464445c08c1dec5d7a08558
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>
fs/ocfs2/dlmglue.c
fs/ocfs2/journal.c
fs/ocfs2/slot_map.c
fs/ocfs2/slot_map.h
fs/ocfs2/super.c