8362bf5e6e00e8f942bbed6ca92d5e0633e59884
[platform/kernel/linux-rpi.git] / fs / ext4 / fast_commit.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __FAST_COMMIT_H__
4 #define __FAST_COMMIT_H__
5
6 /* Number of blocks in journal area to allocate for fast commits */
7 #define EXT4_NUM_FC_BLKS                256
8
9 #endif /* __FAST_COMMIT_H__ */