]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ocfs2/ioctl.c
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 10 Oct 2006 01:11:45 +0000 (18:11 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:28 +0000 (18:28 -0800)
commit1fabe1481fac9e01bf8bffa60a2307ef379aa5de
tree17092c1be837ed95c8f26646003e9e49cfdb9663
parent65eff9ccf86d63eb5c3e9071450a36e4e4fa9564
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t

This is mostly a search and replace as ocfs2_journal_handle is now no more
than a container for a handle_t pointer.

ocfs2_commit_trans() becomes very straight forward, and we remove some out
of date comments / code.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
20 files changed:
fs/ocfs2/alloc.c
fs/ocfs2/alloc.h
fs/ocfs2/aops.c
fs/ocfs2/aops.h
fs/ocfs2/dir.c
fs/ocfs2/dir.h
fs/ocfs2/file.c
fs/ocfs2/file.h
fs/ocfs2/inode.c
fs/ocfs2/inode.h
fs/ocfs2/ioctl.c
fs/ocfs2/journal.c
fs/ocfs2/journal.h
fs/ocfs2/localalloc.c
fs/ocfs2/localalloc.h
fs/ocfs2/namei.c
fs/ocfs2/namei.h
fs/ocfs2/ocfs2.h
fs/ocfs2/suballoc.c
fs/ocfs2/suballoc.h