diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-10-21 20:21:18 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-11-19 13:01:21 -0500 |
commit | ddb52f4fd2184c3405be4b09f7ac9b2bf47d4e61 (patch) | |
tree | 54bde3e48ba822e02f8d66fbfd0f12ff3b3e4426 /fs/btrfs/ioctl.c | |
parent | 244c7d444b8bf5b1b76efd53f65c13bde809dbaa (diff) |
btrfs: get rid of f_dentry use
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/btrfs/ioctl.c')
-rw-r--r-- | fs/btrfs/ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ioctl.c b/fs/btrfs/ioctl.c index 4399f0c3a4ce..080fe66c0349 100644 --- a/fs/btrfs/ioctl.c +++ b/fs/btrfs/ioctl.c | |||
@@ -5296,7 +5296,7 @@ long btrfs_ioctl(struct file *file, unsigned int | |||
5296 | ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1); | 5296 | ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1); |
5297 | if (ret) | 5297 | if (ret) |
5298 | return ret; | 5298 | return ret; |
5299 | ret = btrfs_sync_fs(file->f_dentry->d_sb, 1); | 5299 | ret = btrfs_sync_fs(file_inode(file)->i_sb, 1); |
5300 | /* | 5300 | /* |
5301 | * The transaction thread may want to do more work, | 5301 | * The transaction thread may want to do more work, |
5302 | * namely it pokes the cleaner ktread that will start | 5302 | * namely it pokes the cleaner ktread that will start |