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
ac2ae7a4
Commit
ac2ae7a4
authored
Dec 21, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.9/00base' into aufs5.9/01modular
parents
16bb9c78
159502bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
fs/aufs/hfsnotify.c
View file @
ac2ae7a4
...
...
@@ -147,8 +147,8 @@ static void au_hfsn_free_group(struct fsnotify_group *group)
}
static
int
au_hfsn_handle_event
(
struct
fsnotify_group
*
group
,
struct
inode
*
inode
,
u32
mask
,
const
void
*
data
,
int
data_type
,
struct
inode
*
dir
,
const
struct
qstr
*
file_name
,
u32
cookie
,
struct
fsnotify_iter_info
*
iter_info
)
{
...
...
@@ -165,7 +165,7 @@ static int au_hfsn_handle_event(struct fsnotify_group *group,
if
(
mask
&
(
FS_IN_IGNORED
|
FS_UNMOUNT
))
goto
out
;
h_dir
=
inode
;
h_dir
=
dir
;
h_inode
=
NULL
;
#ifdef AuDbgHnotify
au_debug_on
();
...
...
include/uapi/linux/aufs_type.h
View file @
ac2ae7a4
...
...
@@ -27,7 +27,7 @@
#include <limits.h>
#endif
/* __KERNEL__ */
#define AUFS_VERSION "5.
8
"
#define AUFS_VERSION "5.
9
"
/* 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