]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/ocfs2/journal.c
ocfs2: remove handle argument to ocfs2_start_trans()
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 10 Oct 2006 00:26:22 +0000 (17:26 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:23 +0000 (18:28 -0800)
commit65eff9ccf86d63eb5c3e9071450a36e4e4fa9564
tree3610e008294ce4e5cfbc9abff3c98153f35ed2d4
parentdae85832ffe2879b57b23aea319a0ec17667898d
ocfs2: remove handle argument to ocfs2_start_trans()

All callers either pass in NULL directly, or a local variable that is
already set to NULL.

The internals of ocfs2_start_trans() get a nice cleanup as a result.

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