]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - fs/ocfs2/file.c
ocfs2: remove unused handle argument from ocfs2_meta_lock_full()
authorMark Fasheh <mark.fasheh@oracle.com>
Mon, 9 Oct 2006 23:02:40 +0000 (16:02 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:28:05 +0000 (18:28 -0800)
commit4bcec1847ac4f75c2ee6d091b495f34d8d822e6a
treefaac00bd440eff91bd59a3cef88e74220082163a
parenta301a27d715276a71827004549bcbb2b64776c11
ocfs2: remove unused handle argument from ocfs2_meta_lock_full()

Now that this is unused and all callers pass NULL, we can safely remove it.

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