Skip to content

Commit

Permalink
cifsd: release 3.3.9 version
Browse files Browse the repository at this point in the history
Major changes are:
 - declare ida statically.
 - re-implement ksmbd_vfs_kern_path to remove recursive code.
 - clean-up codes (remove unused function and files, use d_inode).
 - fix reference count decrement of unclaimed file.
 - add the check if parent is stable by unexpected rename.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Apr 16, 2021
1 parent 9c11f3e commit 37a9360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glob.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "unicode.h"
#include "vfs_cache.h"

#define KSMBD_VERSION "3.3.8"
#define KSMBD_VERSION "3.3.9"

/* @FIXME clean up this code */

Expand Down

0 comments on commit 37a9360

Please sign in to comment.