- 10 Feb, 2021 1 commit
-
-
J. R. Okajima authored
Aufs has an internal debugging feature which uses LOCKDEP. Without LOCKDEP, aufs cannot get the correct lock status. As a result, BUG_ON() was called unexpectedly. In other words, with the configuration of CONFIG_AUFS_DEBUG enabled and CONFIG_LOCKDEP disabled, a bug appears. Reported-by: "Zhengyuan Liu" <liuzhengyuan@g.ycsipg.com> See-also: https://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg05829.html Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
-
- 22 Jan, 2020 1 commit
-
-
J. R. Okajima authored
Signed-off-by: J. R. Okajima <hooanon05g@gmail.com> (cherry picked from commit 56b4b776c84f364384971c4cdfd66b4a2f0696d4)
-
- 09 Mar, 2019 1 commit
-
-
J. R. Okajima authored
This is a very old debugging routine for rw_semaphore I was using privately and less meaningful to other people. It was (probably) before LOCKDEP feature was introduced, but now it is based upon LOCKDEP. This is compiled when CONFIG_AUFS_DEBUG is enabled. Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
-