linux/Documentation
Al Viro 3767e255b3 switch ->setxattr() to passing dentry and inode separately
smack ->d_instantiate() uses ->setxattr(), so to be able to call it before
we'd hashed the new dentry and attached it to inode, we need ->setxattr()
instances getting the inode as an explicit argument rather than obtaining
it from dentry.

Similar change for ->getxattr() had been done in commit ce23e64.  Unlike
->getxattr() (which is used by both selinux and smack instances of
->d_instantiate()) ->setxattr() is used only by smack one and unfortunately
it got missed back then.

Reported-by: Seung-Woo Kim <sw0312.kim@samsung.com>
Tested-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2016-05-27 20:09:16 -04:00
..
2016-05-19 17:07:04 -07:00
2016-02-06 15:33:11 +08:00
2016-01-25 12:01:08 -02:00
2016-04-27 10:23:44 +02:00
2016-03-17 13:47:50 -07:00
2016-05-08 11:27:44 +02:00
2015-11-30 12:14:12 +00:00
2016-05-11 22:37:54 +02:00
2016-03-25 16:37:42 -07:00
2016-03-22 15:36:02 -07:00
2016-05-17 14:48:04 +02:00
2016-04-29 17:37:10 -07:00
2016-04-28 08:02:36 -06:00