Merge tag 'trace-v5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / include / linux / lsm_hooks.h
index ba2ccd9..5c4c5c0 100644 (file)
  *     allocated.
  *     @sb contains the super_block structure to be modified.
  *     Return 0 if operation was successful.
+ * @sb_delete:
+ *     Release objects tied to a superblock (e.g. inodes).
+ *     @sb contains the super_block structure being released.
  * @sb_free_security:
  *     Deallocate and clear the sb->s_security field.
  *     @sb contains the super_block structure to be modified.
@@ -1585,6 +1588,7 @@ struct lsm_blob_sizes {
        int     lbs_cred;
        int     lbs_file;
        int     lbs_inode;
+       int     lbs_superblock;
        int     lbs_ipc;
        int     lbs_msg_msg;
        int     lbs_task;