Gitiles
Code Review
Sign In
nv-tegra.nvidia.com
/
linux-5.10
/
ff780b91efe901b8eecd8114785abae5341820ad
/
.
/
fs
/
ext4
/
fast_commit.h
blob: 8362bf5e6e00e8f942bbed6ca92d5e0633e59884 [
file
] [
log
] [
blame
]
/* 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__ */