Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ddb52f4f authored by Al Viro's avatar Al Viro
Browse files

btrfs: get rid of f_dentry use



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 244c7d44
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5296,7 +5296,7 @@ long btrfs_ioctl(struct file *file, unsigned int
		ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1);
		ret = btrfs_start_delalloc_roots(root->fs_info, 0, -1);
		if (ret)
		if (ret)
			return ret;
			return ret;
		ret = btrfs_sync_fs(file->f_dentry->d_sb, 1);
		ret = btrfs_sync_fs(file_inode(file)->i_sb, 1);
		/*
		/*
		 * The transaction thread may want to do more work,
		 * The transaction thread may want to do more work,
		 * namely it pokes the cleaner ktread that will start
		 * namely it pokes the cleaner ktread that will start