[PATCH] NFS: Add hooks to allow common NFS attribute code to clear cached acls
[firefly-linux-kernel-4.4.55.git] / include / linux / nfs_xdr.h
index 5b45bafd9db5b98a7824e3e817a04e28c98c0ea0..cf38db59f34731efeb695bc52d70d8ed19827d0a 100644 (file)
@@ -714,6 +714,7 @@ struct nfs_rpc_ops {
        int     (*file_open)   (struct inode *, struct file *);
        int     (*file_release) (struct inode *, struct file *);
        int     (*lock)(struct file *, int, struct file_lock *);
+       void    (*clear_acl_cache)(struct inode *);
 };
 
 /*