-
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>
3848a97e