"git@git.gsi.de:debian-packages/lustre-release.git" did not exist on "69a4dc47a19794cbcee606923d97c17d99eed4d7"
- returned back OBD_MD_FID. For many reasons its removal was wrong.
- fixed declation of OBD_MD.. flags. They should be declared like the following: #define OBD_MD_FLALL (0xffffffffffffffffLL) to show compiller explicitly that they are 64bit value and should considered as such. - fixed md_reint_rename(). It should first check if objects are the same then check if tgt is subdir of src because for the same inodes is_subdir() returns 1 and mds_reint_rename() for renaming object into itself it returned -EINVAL; - added asserts in LMV checking if body->valid contains valid fid before accessing it to check if object is splitted. - in lmv_intent.c after md_intent_lock() checking not only error code, but also disposition, because there are cases when we're interested in name which does not exist, lock is not taken and policy_res2 is cleared in mds_intent_policy(). In this case we should do nothing (especially access body->id1 in LMV), but exit. This is because body->id1 is zero and (body->valid & OBD_MD_FID) == 0 because say mds_getattr_lock() failed before filling out as inode is not found.
Showing
- lustre/include/linux/lustre_idl.h 32 additions, 31 deletionslustre/include/linux/lustre_idl.h
- lustre/llite/llite_lib.c 4 additions, 4 deletionslustre/llite/llite_lib.c
- lustre/lmv/lmv_intent.c 26 additions, 9 deletionslustre/lmv/lmv_intent.c
- lustre/lmv/lmv_obd.c 5 additions, 2 deletionslustre/lmv/lmv_obd.c
- lustre/mdc/mdc_locks.c 3 additions, 0 deletionslustre/mdc/mdc_locks.c
- lustre/mds/handler.c 11 additions, 5 deletionslustre/mds/handler.c
- lustre/mds/mds_fs.c 1 addition, 1 deletionlustre/mds/mds_fs.c
- lustre/mds/mds_internal.h 4 additions, 4 deletionslustre/mds/mds_internal.h
- lustre/mds/mds_lib.c 30 additions, 15 deletionslustre/mds/mds_lib.c
- lustre/mds/mds_open.c 18 additions, 9 deletionslustre/mds/mds_open.c
- lustre/mds/mds_reint.c 19 additions, 19 deletionslustre/mds/mds_reint.c
Loading
Please register or sign in to comment