···525525 set_delayed_call() where it used to set *cookie.526526 ->put_link() is gone - just give the destructor to set_delayed_call()527527 in ->get_link().528528+--529529+[mandatory]530530+ ->getxattr() and xattr_handler.get() get dentry and inode passed separately.531531+ dentry might be yet to be attached to inode, so do _not_ use its ->d_inode532532+ in the instances. Rationale: !@#!@# security_d_instantiate() needs to be533533+ called before we attach dentry to inode.