Whamcloud - gitweb
LU-5560 llite: basic support of SELinux in CLIO
[fs/lustre-release.git] / lustre / llite / llite_internal.h
index b4af770..3d06c68 100644 (file)
@@ -313,6 +313,10 @@ int ll_xattr_cache_get(struct inode *inode,
                        size_t size,
                        __u64 valid);
 
+int ll_init_security(struct dentry *dentry,
+                           struct inode *inode,
+                           struct inode *dir);
+
 /*
  * Locking to guarantee consistency of non-atomic updates to long long i_size,
  * consistency between file size and KMS.