[GFS2] Remove gfs2_check_acl()
authorSteven Whitehouse <swhiteho@redhat.com>
Wed, 29 Nov 2006 15:41:49 +0000 (10:41 -0500)
committerSteven Whitehouse <swhiteho@redhat.com>
Thu, 30 Nov 2006 15:37:32 +0000 (10:37 -0500)
commit77386e1f662f104680da7885d32e068e4b11b882
treecac64ab84a9e54c79bbe0041a2873f6c14f9dccf
parent57adf7eede38d315e0e328c52484d6a596e9a238
[GFS2] Remove gfs2_check_acl()

As pointed out by Adrian Bunk, the gfs2_check_acl() function is no
longer used. This patch removes it and renamed gfs2_check_acl_locked()
to gfs2_check_acl() since we only need one variant of that function now.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Cc: Adrian Bunk <bunk@stusta.de>
fs/gfs2/acl.c
fs/gfs2/acl.h
fs/gfs2/ops_inode.c