X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Fbad_inode.c;h=12b8fdcc445bbd115bf34390b51c7efc83eb0455;hb=603eefda5fcf8f9dab3ae253e677abb285f6f3bc;hp=48e16144c1f7b44963704cb117beeb89de3fbfd1;hpb=0144337563811adec7589f530f0c06a93ddcd361;p=linux-2.6-microblaze.git diff --git a/fs/bad_inode.c b/fs/bad_inode.c index 48e16144c1f7..12b8fdcc445b 100644 --- a/fs/bad_inode.c +++ b/fs/bad_inode.c @@ -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); }