changing silly rename scheme
instead of appending a fh value when creating a silly rename name, we'll append a timestamp. using fh value was problematic because it was creating a filename longer than 64char long which is currently out max_filename_size.
This commit is contained in:
parent
61998b5968
commit
4d18cf9ce7
4 changed files with 16 additions and 17 deletions
|
|
@ -153,7 +153,6 @@ 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