fs: rename current get acl method
[linux-2.6-block.git] / fs / bad_inode.c
index bc9917d372eda57a012ed82808cbd6216f6881a0..92737166203f3e1208b79172774fb86eec5ef80b 100644 (file)
@@ -177,7 +177,7 @@ static const struct inode_operations bad_inode_ops =
        .setattr        = bad_inode_setattr,
        .listxattr      = bad_inode_listxattr,
        .get_link       = bad_inode_get_link,
-       .get_acl        = bad_inode_get_acl,
+       .get_inode_acl  = bad_inode_get_acl,
        .fiemap         = bad_inode_fiemap,
        .update_time    = bad_inode_update_time,
        .atomic_open    = bad_inode_atomic_open,