alistair23-linux/drivers/staging/lustre/lustre
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
..
fid staging: lustre: fid: init FID client for OSP on MDT. 2016-05-09 14:01:14 +02:00
fld staging: lustre: fld: add local fldb to each target 2016-04-28 21:55:26 -07:00
include staging: lustre: fid: packing ost_idx in IDIF 2016-05-09 14:01:14 +02:00
ldlm staging: lustre: ldlm: dont always check max_pages_per_rpc alignement 2016-04-28 21:55:26 -07:00
llite switch ->setxattr() to passing dentry and inode separately 2016-05-27 20:09:16 -04:00
lmv staging: lustre: lmv: kernel crash due to misconfigured MDT 2016-04-28 21:51:58 -07:00
lov staging: lustre: lov: remove unused lov obd functions 2016-05-09 14:01:14 +02:00
mdc staging: lustre: mdt: extra checking for getattr RPC. 2016-05-09 14:01:14 +02:00
mgc staging: lustre: mgc: fix 'error handling' issues 2016-04-28 21:51:58 -07:00
obdclass staging: lustre: debug: clean up console messages 2016-05-09 14:01:14 +02:00
obdecho staging: lustre: echo: remove echo_env_info() regions from echo_client.c 2016-04-28 21:55:26 -07:00
osc staging: lustre: osc: Allow lock to be canceled at ENQ time 2016-05-09 14:01:14 +02:00
ptlrpc staging: lustre: ptlrpc: fix nrs cleanup 2016-05-09 14:01:14 +02:00
Kconfig staging: lustre: really make lustre dependent on LNet 2016-03-22 22:22:13 -04:00
Makefile staging: lustre: move libcfs to lnet layer 2016-03-10 17:48:53 -08:00