UBUNTU: ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
[linux-flexiantxendom0-natty.git] / ubuntu / aufs / iinfo.c
index 571b21d..cd1086e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2005-2010 Junjiro R. Okajima
+ * Copyright (C) 2005-2011 Junjiro R. Okajima
  *
  * This program, aufs is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -259,5 +259,6 @@ void au_iinfo_fin(struct inode *inode)
                }
        }
        kfree(iinfo->ii_hinode);
+       iinfo->ii_hinode = NULL;
        AuRwDestroy(&iinfo->ii_rwsem);
 }