From: John L. Hammond Date: Tue, 9 Apr 2013 17:02:52 +0000 (-0500) Subject: LU-2789 lod: sidestep setstripe vs rename race X-Git-Tag: 2.3.64~13 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=040179b84330689b1b2cd128dcdd711bfc8f0b4e;hp=040179b84330689b1b2cd128dcdd711bfc8f0b4e LU-2789 lod: sidestep setstripe vs rename race In mdd_declare_link() and mdd_declare_rename() pass the actual attributes to be set down to mdo_declare_attr_set(). In lod_declare_attr_set() and lod_attr_set() only handle striping if setting UID or GID. Signed-off-by: John L. Hammond Change-Id: I511e35833042f6004fa6befd382831b7f33bef5a Reviewed-on: http://review.whamcloud.com/5802 Reviewed-by: Alex Zhuravlev Tested-by: Hudson Tested-by: Maloo Reviewed-by: Mike Pershin Reviewed-by: Oleg Drokin ---