sf...@users.sourceforge.net: > Hi Tomas, > > Tomas M: > > after a long pause I'm trying newest aufs2-38, and I noticed a possible > > bug, here is how I reproduce it: > > I am still off from aufs work, but when I come back I shall investigate > this problem as soon as possible. > Thanks for reporting and sorry for inconvenient.
Here is a patch for you. It will be included in next Monday release. J. R. Okajima commit 1234731ea08d661b1e28f4c6d58a19653533d083 Author: J. R. Okajima <hooano...@yahoo.co.jp> Date: Tue Jun 21 13:54:40 2011 +0900 aufs: bugfix, maintain /debug/aufs/si_* in an error path Finalize /debug/aufs/si_* after the failure of mounting. Reported-by: Tomas M <to...@slax.org> Signed-off-by: J. R. Okajima <hooano...@yahoo.co.jp> diff --git a/fs/aufs/super.c b/fs/aufs/super.c index 599bdb3..01afe43 100644 --- a/fs/aufs/super.c +++ b/fs/aufs/super.c @@ -841,6 +841,7 @@ out_root: dput(root); sb->s_root = NULL; out_info: + dbgaufs_si_fin(au_sbi(sb)); kobject_put(&au_sbi(sb)->si_kobj); sb->s_fs_info = NULL; out_opts: ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev