Whamcloud - gitweb
LU-14430 mdd: use own buffer for changelog 72/43672/3
authorMikhail Pershin <mpershin@whamcloud.com>
Wed, 12 May 2021 06:55:29 +0000 (09:55 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 19 May 2021 02:04:26 +0000 (02:04 +0000)
commit48aac6f1d9c2dd05328023c39d0dc95be92aa0fe
treed6cb042ea429f994eee7b8dd22cfce0b047807e2
parent0550804370eefa7bedb473fc08c9d82ac907fa53
LU-14430 mdd: use own buffer for changelog

Use own persistent buffer for changelog needs to don't
interfere with generic big_buf in MDD thread info which
can be in use.

Fixes: f3d03bc38a ("LU-14430 mdd: fix inheritance of big default ACLs")
Signed-off-by: Mikhail Pershin <mpershin@whamcloud.com>
Change-Id: I4f4692b5556eaa98e2e23d7b58c925e33401e4e5
Reviewed-on: https://review.whamcloud.com/43672
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Sebastien Buisson <sbuisson@ddn.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/mdd/mdd_device.c
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_object.c
lustre/tests/sanity.sh