]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - fs/ocfs2/move_extents.h
Merge tag 'for-5.5-rc8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave...
[mirror_ubuntu-hirsute-kernel.git] / fs / ocfs2 / move_extents.h
CommitLineData
1802d0be 1/* SPDX-License-Identifier: GPL-2.0-only */
028ba5df
TY
2/* -*- mode: c; c-basic-offset: 8; -*-
3 * vim: noexpandtab sw=8 ts=8 sts=0:
4 *
5 * move_extents.h
6 *
7 * Copyright (C) 2011 Oracle. All rights reserved.
028ba5df
TY
8 */
9#ifndef OCFS2_MOVE_EXTENTS_H
10#define OCFS2_MOVE_EXTENTS_H
11
53069d4e
TY
12int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
13
028ba5df 14#endif /* OCFS2_MOVE_EXTENTS_H */