Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6c26ec5 authored by Ryusuke Konishi's avatar Ryusuke Konishi
Browse files

nilfs2: fix typo in comment of nilfs_dat_move function



Fixes a typo: "uncommited" -> "uncommitted".

Signed-off-by: default avatarRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
parent 103cfcf5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -335,7 +335,7 @@ int nilfs_dat_move(struct inode *dat, __u64 vblocknr, sector_t blocknr)
	 * the device at this point.
	 *
	 * To prevent nilfs_dat_translate() from returning the
	 * uncommited block number, this makes a copy of the entry
	 * uncommitted block number, this makes a copy of the entry
	 * buffer and redirects nilfs_dat_translate() to the copy.
	 */
	if (!buffer_nilfs_redirected(entry_bh)) {