]> git.ipfire.org Git - people/ms/linux.git/blame - fs/ocfs2/move_extents.h
Merge tag 'slab-for-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/vbabka...
[people/ms/linux.git] / fs / ocfs2 / move_extents.h
CommitLineData
1802d0be 1/* SPDX-License-Identifier: GPL-2.0-only */
fa60ce2c 2/*
028ba5df
TY
3 * move_extents.h
4 *
5 * Copyright (C) 2011 Oracle. All rights reserved.
028ba5df
TY
6 */
7#ifndef OCFS2_MOVE_EXTENTS_H
8#define OCFS2_MOVE_EXTENTS_H
9
53069d4e
TY
10int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
11
028ba5df 12#endif /* OCFS2_MOVE_EXTENTS_H */