changing silly rename scheme take 2
reverting patch 4d18cf9ce7.
it was wrong to append the timestamp to create a silly renamed name
because it was not a reproducable name.
instead, take an fh and md5(fh) then append as before.
This commit is contained in:
parent
7fe39f0a53
commit
92d3500bd2
4 changed files with 56 additions and 17 deletions
|
|
@ -165,6 +165,7 @@ static __inline void nfstime_abs(
|
|||
|
||||
int create_silly_rename(
|
||||
IN nfs41_abs_path *path,
|
||||
IN const nfs41_fh *fh,
|
||||
OUT nfs41_component *silly);
|
||||
|
||||
bool_t multi_addr_find(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue