Merge tag 'ib-mfd-i2c-reboot-v6.7' into ibs-for-mfd-merged
[linux-block.git] / fs / gfs2 / aops.h
CommitLineData
64bc06bb
AG
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2018 Red Hat, Inc. All rights reserved.
4 */
5
6#ifndef __AOPS_DOT_H__
7#define __AOPS_DOT_H__
8
9#include "incore.h"
10
64bc06bb 11extern void adjust_fs_space(struct inode *inode);
c1b0c3cf 12extern void gfs2_trans_add_databufs(struct gfs2_inode *ip, struct folio *folio,
285e0fc9 13 size_t from, size_t len);
64bc06bb
AG
14
15#endif /* __AOPS_DOT_H__ */