Skip to content

Commit

Permalink
cifsd: release 3.3.8 version
Browse files Browse the repository at this point in the history
Major changes are:
 - clean-up codes using checkpatch --strict option.
 - fix several warning and build failure from linux-next.
 - change the minimum supported kernel version to v5.4.
 - use xarray for tree connect list.
 - fix reviews from lkml.

Signed-off-by: Namjae Jeon <[email protected]>
  • Loading branch information
namjaejeon committed Apr 3, 2021
1 parent 6189c00 commit ad78eca
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 @@ -14,7 +14,7 @@
#include "vfs_cache.h"
#include "smberr.h"

#define KSMBD_VERSION "3.3.7"
#define KSMBD_VERSION "3.3.8"

/* @FIXME clean up this code */

Expand Down

2 comments on commit ad78eca

@neheb
Copy link

@neheb neheb commented on ad78eca Apr 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm interesting.

OpenWrt stable is currently on 4.14 for all targets. I guess this means it can't be updated.

Is it possible to create a kernel compat layer? Similar to https://git.zx2c4.com/wireguard-linux-compat/about/ or https://git.kernel.org/pub/scm/linux/kernel/git/backports/backports.git/ ?

@namjaejeon
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay, After mainline upstream, I will check it.

Please sign in to comment.