Commit 7d2c4e3e authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

LSM: restore d_instantiate function that got lost in the mege.

parent 63627c5a
......@@ -1121,6 +1121,8 @@ struct security_operations {
int (*unregister_security) (const char *name,
struct security_operations *ops);
void (*d_instantiate) (struct dentry *dentry, struct inode *inode);
#ifdef CONFIG_SECURITY_NETWORK
int (*unix_stream_connect) (struct socket * sock,
struct socket * other, struct sock * newsk);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment