Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tivsm-filepath
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gerhard Gonter
tivsm-filepath
Commits
b800ffe3
"libbdc/bdc_strings/bdc_strings.c" did not exist on "4cacbcd0dcc2c02e09fa01d4acce7528db2699ca"
Commit
b800ffe3
authored
9 years ago
by
Gerhard Gonter
Browse files
Options
Downloads
Patches
Plain Diff
add #include <linux/fs_pin.h> for more modern kernels; check if this kernel version is appropriate
parent
65e8bff0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
jbb_gpl/hook.c
+4
-0
4 additions, 0 deletions
jbb_gpl/hook.c
with
4 additions
and
0 deletions
jbb_gpl/hook.c
+
4
−
0
View file @
b800ffe3
...
...
@@ -89,6 +89,10 @@ driver_xxxx - Module specific functions such as open, close and ioctl.
#include
<asm/uaccess.h>
/* VERIFY_WRITE */
#include
<asm/io.h>
# if ( LINUX_VERSION_CODE > KERNEL_VERSION(3,19,0) )
#include
<linux/fs_pin.h>
#endif
#include
"jbb.h"
MODULE_LICENSE
(
"GPL"
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment