diff options
Diffstat (limited to 'fs/btrfs/subvolume.c')
-rw-r--r-- | fs/btrfs/subvolume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/subvolume.c b/fs/btrfs/subvolume.c index fa5ef1e0acb..72b847b940d 100644 --- a/fs/btrfs/subvolume.c +++ b/fs/btrfs/subvolume.c @@ -12,7 +12,7 @@ static int get_subvol_name(u64 subvolid, char *name, int max_len) { struct btrfs_root_ref rref; struct btrfs_inode_ref iref; - struct btrfs_root root; + struct __btrfs_root root; u64 dir; char tmp[BTRFS_NAME_LEN]; char *ptr; |