diff options
| author | Al Viro <[email protected]> | 2010-12-20 15:53:18 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2010-12-20 17:09:57 +0000 |
| commit | 3cb50ddf97a0a1ca4c68bc12fa1e727a6b45fbf2 (patch) | |
| tree | d0b6c48e52bcccdd67c0d440a7ac7629404394fd | |
| parent | clarify a usage constraint for cnt32_to_63() (diff) | |
| download | kernel-3cb50ddf97a0a1ca4c68bc12fa1e727a6b45fbf2.tar.gz kernel-3cb50ddf97a0a1ca4c68bc12fa1e727a6b45fbf2.zip | |
Fix btrfs b0rkage
Buggered-in: 76dda93c6ae2 ("Btrfs: add snapshot/subvolume destroy
ioctl")
Signed-off-by: Al Viro <[email protected]>
Acked-by: Chris Mason <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
| -rw-r--r-- | fs/btrfs/export.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/export.c b/fs/btrfs/export.c index 6f0444473594..659f532d26a0 100644 --- a/fs/btrfs/export.c +++ b/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; |
