We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CC [M] fs/ksmbd/vfs.o fs/ksmbd/vfs.c:2666:20: error: redefinition of ‘is_dot_dotdot’ 2666 | static inline bool is_dot_dotdot(const char *name, size_t len) | ^~~~~~~~~~~~~ In file included from fs/ksmbd/vfs.c:8: ./include/linux/fs.h:3151:20: note: previous definition of ‘is_dot_dotdot’ with type ‘bool(const char *, size_t)’ {aka ‘_Bool(const char *, long unsigned int)’} 3151 | static inline bool is_dot_dotdot(const char *name, size_t len)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
CC [M] fs/ksmbd/vfs.o
fs/ksmbd/vfs.c:2666:20: error: redefinition of ‘is_dot_dotdot’
2666 | static inline bool is_dot_dotdot(const char *name, size_t len)
| ^~~~~~~~~~~~~
In file included from fs/ksmbd/vfs.c:8:
./include/linux/fs.h:3151:20: note: previous definition of ‘is_dot_dotdot’ with type ‘bool(const char *, size_t)’ {aka ‘_Bool(const char *, long unsigned int)’}
3151 | static inline bool is_dot_dotdot(const char *name, size_t len)
The text was updated successfully, but these errors were encountered: