]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix a typo in ZIL write handling comment
authorluozhengzheng <luo.zhengzheng@zte.com.cn>
Fri, 12 Aug 2016 09:41:28 +0000 (17:41 +0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 12 Aug 2016 17:30:16 +0000 (10:30 -0700)
commit834f1e426caf4e752d2411be6f1c6138f479c96d
treeb2e8247a399d5a008a06a3b3f503e233c89e3835
parenta3600a106deead9ef33466ab95a87cb64e7b995b
Fix a typo in ZIL write handling comment

The following comment in zil.h

 * WR_COPIED:
 *    If we know we'll immediately be committing the
 *    transaction (FSYNC or FDSYNC), then we allocate a larger
 *    log record here for the data and copy the data in.

The word "the" should be "then".

Signed-off-by: luozhengzheng <luo.zhengzheng@zte.com.cn>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #4961
include/sys/zil.h