zhaomzhao@xxxxxxx writes: > From: Zhao Mengmeng <zhaomengmeng@xxxxxxxxxx> > > According to the implementation of xfs_trans_roll(), it calls > xfs_trans_reserve(), which reserves not only log space, but also > free disk blocks. In short, the "transaction stuff". So change > xfs_log_reserve() to xfs_trans_reserve(). > > Besides, fix several typo issues. > > Signed-off-by: Zhao Mengmeng <zhaomengmeng@xxxxxxxxxx> > --- > .../filesystems/xfs-delayed-logging-design.rst | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) I've applied this to the docs tree, thanks. jon