From eb2282b6b28310955a29013af4f523ee9aee6199 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Mon, 20 Dec 2010 15:53:18 +0000 Subject: [PATCH] --- yaml --- r: 223451 b: refs/heads/master c: 3cb50ddf97a0a1ca4c68bc12fa1e727a6b45fbf2 h: refs/heads/master i: 223449: 8fae26d659a2cdef31df61e9d66cb6ab66d240a4 223447: f56dcc35e260ef91e603b7cfc2f539141e1e31fb v: v3 --- [refs] | 2 +- trunk/fs/btrfs/export.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a1351a7b0616..34429dd0e636 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b8da46d3d55807037b58f14621a0949f18053bde +refs/heads/master: 3cb50ddf97a0a1ca4c68bc12fa1e727a6b45fbf2 diff --git a/trunk/fs/btrfs/export.c b/trunk/fs/btrfs/export.c index 6f0444473594..659f532d26a0 100644 --- a/trunk/fs/btrfs/export.c +++ b/trunk/fs/btrfs/export.c @@ -166,7 +166,7 @@ static struct dentry *btrfs_fh_to_dentry(struct super_block *sb, struct fid *fh, static struct dentry *btrfs_get_parent(struct dentry *child) { struct inode *dir = child->d_inode; - static struct dentry *dentry; + struct dentry *dentry; struct btrfs_root *root = BTRFS_I(dir)->root; struct btrfs_path *path; struct extent_buffer *leaf;