Whamcloud - gitweb
LU-14677 llite: move env contexts to ll_inode_info level 98/44198/1
authorSebastien Buisson <sbuisson@ddn.com>
Fri, 9 Jul 2021 13:41:34 +0000 (15:41 +0200)
committerSebastien Buisson <sbuisson@ddn.com>
Fri, 9 Jul 2021 15:14:44 +0000 (17:14 +0200)
commit932007c91333117b7b0905ce5601aafc9b3bdd4e
treef155a9d9ca30c84ec455388db6f56821d9c0b1dc
parent0af6d969c9a4666f936a889b3dbec2015d486f58
LU-14677 llite: move env contexts to ll_inode_info level

Contrary to file, inode is always available, so move the list of
env contexts from the file data to the ll_inode_info level.
This is needed because we will have to handle env properties in
ll_get_context() and ll_xattr_list()/ll_listxattr().

Signed-off-by: Sebastien Buisson <sbuisson@ddn.com>
Change-Id: I478d2a8eabfcb09074ba52601f05840d047a6da2
lustre/llite/file.c
lustre/llite/llite_internal.h
lustre/llite/llite_lib.c
lustre/llite/llite_mmap.c
lustre/llite/rw.c
lustre/llite/rw26.c