]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blobdiff - fs/bad_inode.c
Merge tag 'ceph-for-5.15-rc1' of git://github.com/ceph/ceph-client
[mirror_ubuntu-jammy-kernel.git] / fs / bad_inode.c
index 48e16144c1f7b44963704cb117beeb89de3fbfd1..12b8fdcc445bbd115bf34390b51c7efc83eb0455 100644 (file)
@@ -121,7 +121,7 @@ static const char *bad_inode_get_link(struct dentry *dentry,
        return ERR_PTR(-EIO);
 }
 
-static struct posix_acl *bad_inode_get_acl(struct inode *inode, int type)
+static struct posix_acl *bad_inode_get_acl(struct inode *inode, int type, bool rcu)
 {
        return ERR_PTR(-EIO);
 }