update aufs to it's latest standalone 3.2 branch
[pandora-kernel.git] / fs / aufs / dynop.c
index 2aedc11..fe323b4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2012 Junjiro R. Okajima
+ * Copyright (C) 2010-2013 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
@@ -237,7 +237,7 @@ static struct au_dykey *dy_get(struct au_dynop *op, struct au_branch *br)
 
        key->dk_op.dy_hop = op->dy_hop;
        kref_init(&key->dk_kref);
-       p->set(key, op->dy_hop, br->br_mnt->mnt_sb);
+       p->set(key, op->dy_hop, au_br_sb(br));
        old = dy_gadd(spl, key);
        if (old) {
                kfree(key);