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
1461014d
Commit
1461014d
authored
Jan 10, 2020
by
J. R. Okajima
Browse files
Merge branch 'aufs5.x-rcN/30stdalone' into aufs5.x-rcN/39public
parents
390e555d
231e6082
Changes
3
Show whitespace changes
Inline
Side-by-side
Documentation/filesystems/aufs/README
View file @
1461014d
...
@@ -323,6 +323,7 @@ know with:
...
@@ -323,6 +323,7 @@ know with:
system, instead of the date you downloaded.
system, instead of the date you downloaded.
- configuration (define/undefine CONFIG_AUFS_xxx)
- configuration (define/undefine CONFIG_AUFS_xxx)
- kernel configuration or /proc/config.gz (if you have it)
- kernel configuration or /proc/config.gz (if you have it)
- LSM (linux security module, if you are using)
- behaviour which you think to be incorrect
- behaviour which you think to be incorrect
- actual operation, reproducible one is better
- actual operation, reproducible one is better
- mailto: aufs-users at lists.sourceforge.net
- mailto: aufs-users at lists.sourceforge.net
...
...
fs/aufs/i_op.c
View file @
1461014d
...
@@ -656,7 +656,7 @@ void au_pin_hdir_release(struct au_pin *p)
...
@@ -656,7 +656,7 @@ void au_pin_hdir_release(struct au_pin *p)
{
{
if
(
p
->
hdir
)
{
if
(
p
->
hdir
)
{
au_pin_hdir_set_owner
(
p
,
p
->
task
);
au_pin_hdir_set_owner
(
p
,
p
->
task
);
rwsem_release
(
&
p
->
hdir
->
hi_inode
->
i_rwsem
.
dep_map
,
1
,
_RET_IP_
);
rwsem_release
(
&
p
->
hdir
->
hi_inode
->
i_rwsem
.
dep_map
,
_RET_IP_
);
}
}
}
}
...
...
fs/aufs/wkq.c
View file @
1461014d
...
@@ -205,7 +205,7 @@ static void au_wkq_lockdep_post(struct au_wkinfo *wkinfo)
...
@@ -205,7 +205,7 @@ static void au_wkq_lockdep_post(struct au_wkinfo *wkinfo)
if
(
!
hl
)
if
(
!
hl
)
return
;
return
;
while
((
p
=
*
hl
++
))
/* assignment */
while
((
p
=
*
hl
++
))
/* assignment */
rwsem_release
(
p
->
instance
,
0
,
/*p->acquire_ip*/
_RET_IP_
);
rwsem_release
(
p
->
instance
,
/*p->acquire_ip*/
_RET_IP_
);
}
}
#endif
#endif
...
...
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