]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Make ocfs2_slot_info private.
authorJoel Becker <joel.becker@oracle.com>
Fri, 1 Feb 2008 20:01:05 +0000 (12:01 -0800)
committerMark Fasheh <mfasheh@suse.com>
Fri, 18 Apr 2008 15:56:02 +0000 (08:56 -0700)
commitd85b20e4b300edfd290f21fc2d790ba16d2f225b
treea505db4d378420e5bbd1d8c18a0d97a0498e5ceb
parent8e8a4603b5422c9145880e73b23bc4c2c4de0098
ocfs2: Make ocfs2_slot_info private.

Just use osb_lock around the ocfs2_slot_info data.  This allows us to
take the ocfs2_slot_info structure private in slot_info.c.  All access
is now via accessors.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/journal.c
fs/ocfs2/ocfs2.h
fs/ocfs2/slot_map.c
fs/ocfs2/slot_map.h