Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Aufs5 Standalone
Commits
16bb9c78
Commit
16bb9c78
authored
Dec 21, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.8/00base' into aufs5.8/01modular
parents
7732a790
b7ad0c35
Changes
2
Hide whitespace changes
Inline
Side-by-side
fs/aufs/dynop.c
View file @
16bb9c78
...
...
@@ -167,6 +167,7 @@ static void dy_aop(struct au_dykey *key, const void *h_op,
DySetAop
(
writepages
);
DySetAop
(
set_page_dirty
);
DySetAop
(
readpages
);
DySetAop
(
readahead
);
DySetAop
(
write_begin
);
DySetAop
(
write_end
);
DySetAop
(
bmap
);
...
...
include/uapi/linux/aufs_type.h
View file @
16bb9c78
...
...
@@ -27,7 +27,7 @@
#include <limits.h>
#endif
/* __KERNEL__ */
#define AUFS_VERSION "5.
x-rcN
"
#define AUFS_VERSION "5.
8
"
/* todo? move this to linux-2.6.19/include/magic.h */
#define AUFS_SUPER_MAGIC ('a' << 24 | 'u' << 16 | 'f' << 8 | 's')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment