summaryrefslogtreecommitdiff
path: root/fs/ext4/fast_commit.h
blob: 8362bf5e6e00e8f942bbed6ca92d5e0633e59884 (plain)
1
2
3
4
5
6
7
8
9
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef __FAST_COMMIT_H__
#define __FAST_COMMIT_H__

/* Number of blocks in journal area to allocate for fast commits */
#define EXT4_NUM_FC_BLKS		256

#endif /* __FAST_COMMIT_H__ */